103 lines
5.4 KiB
Markdown
103 lines
5.4 KiB
Markdown
---
|
|
gitea: none
|
|
include_toc: true
|
|
---
|
|
|
|
# vaultwarden
|
|
|
|
## Synopsis
|
|
|
|
Vaultwarden, a password manager.
|
|
|
|
[For more informations](https://github.com/dani-garcia/vaultwarden)
|
|
|
|
## Basic variables
|
|
|
|
### Général
|
|
|
|
#### Vaultwarden
|
|
|
|
|
|
| Description | Type | Example |
|
|
|----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-------------------|
|
|
| **Nom de domaine d'accès à Vaultwarden** (*[general.vaultwarden.vaultwarden_domainname](dictionaries/40_vaultwarden.xml)*) | [domainname](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | vault.example.net |
|
|
| **Adresse courriel de l'utilisateur Risotto** (*[general.vaultwarden.vaultwarden_admin_email](dictionaries/40_vaultwarden.xml)*) | [mail](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | admin@example.net |
|
|
|
|
- [+]: variable is multiple
|
|
- **bold**: variable is mandatory
|
|
|
|
## Variables
|
|
|
|
### Général
|
|
|
|
#### Vaultwarden
|
|
|
|
|
|
| Description | Values | Type |
|
|
|-------------------------------------------------------------------------------------------------------------------------------------------|-------------|------------------------------------------------------------------------------------------------------------------------|
|
|
| **Nom de l'utilisateur Risotto de Vaultwarden** (*[general.vaultwarden.password_admin_username](dictionaries/40_vaultwarden.xml)*) | risotto | [string](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) |
|
|
| **Taille par défaut du mot de passe** (*[general.vaultwarden.vaultwarden_length](dictionaries/40_vaultwarden.xml)*) | 20 | [number](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) |
|
|
| **Nom de l'organisation lors de l'envoi des invitations** (*[general.vaultwarden.vaultwarden_org_name](dictionaries/40_vaultwarden.xml)*) | Vaultwarden | [string](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) |
|
|
|
|
- [+]: variable is multiple
|
|
- **bold**: variable is mandatory
|
|
|
|
## Variables for expert
|
|
|
|
### Général
|
|
|
|
#### PostgreSQL
|
|
|
|
|
|
| Description | Values | Supplier | Type |
|
|
|-------------------------------------------------------------------------------------------------|--------------|---------------------|--------------------------------------------------------------------------------------------------------------------------|
|
|
| **Client username** (*[general.postgresql.pg_client_username](dictionaries/23_postgresql.xml)*) | *calculated* | Postgresql:username | [string](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) |
|
|
| **Client password** (*[general.postgresql.pg_client_password](dictionaries/23_postgresql.xml)*) | *calculated* | Postgresql:password | [password](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) |
|
|
| **Client database** (*[general.postgresql.pg_client_database](dictionaries/23_postgresql.xml)*) | *calculated* | Postgresql:database | [string](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) |
|
|
|
|
- [+]: variable is multiple
|
|
- **bold**: variable is mandatory
|
|
|
|
## Associated providers
|
|
|
|
- **LocalDNS**
|
|
- Journald
|
|
- **SMTP**
|
|
- **ReverseProxy**
|
|
- **Postgresql**
|
|
|
|
**bold**: provider is mandatory
|
|
|
|
## Example
|
|
|
|
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
|
|
|
|
```
|
|
vaultwarden:
|
|
applicationservice: vaultwarden
|
|
zones_name:
|
|
- localdns
|
|
- reverseproxy
|
|
- smtp
|
|
- postgresql
|
|
values:
|
|
general.vaultwarden.vaultwarden_domainname: vault.example.net
|
|
general.vaultwarden.vaultwarden_admin_email: admin@example.net
|
|
```
|
|
|
|
## Dependances
|
|
|
|
- [base-fedora-36](../base-fedora-36/README.md)
|
|
- [base-fedora](../base-fedora/README.md)
|
|
- [systemd](../systemd/README.md)
|
|
- [base-machine](../base-machine/README.md)
|
|
- [base](../base/README.md)
|
|
- [dns-local](../dns-local/README.md)
|
|
- [pki-tls](../pki-tls/README.md)
|
|
- [journald](../journald/README.md)
|
|
- [resolved](../resolved/README.md)
|
|
- [postgresql-client](../postgresql-client/README.md)
|
|
- [relay-mail-client](../relay-mail-client/README.md)
|
|
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|
|
|
|
[All applications services for this dataset.](../README.md)
|