118 lines
7.7 KiB
Markdown
118 lines
7.7 KiB
Markdown
---
|
|
gitea: none
|
|
include_toc: true
|
|
---
|
|
|
|
# vaultwarden
|
|
|
|
## Synopsis
|
|
|
|
Vaultwarden, a password manager.
|
|
|
|
[For more informations](https://github.com/dani-garcia/vaultwarden)
|
|
|
|
## Basic variables
|
|
|
|
#### Client SMTP (*general.smtp*)
|
|
|
|
| Description | Type | Supplier |
|
|
|----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|------------|
|
|
| **Nom de domaine du serveur SMTP** (*[smtp_relay_address](dictionaries/20_smtp_client.xml)*) | [domainname](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | SMTP |
|
|
|
|
#### PostgreSQL (*general.postgresql*)
|
|
|
|
| Description | Type | Supplier |
|
|
|------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|------------|
|
|
| **Nom de domaine du serveur PostgreSQL** (*[pg_client_server_domainname](dictionaries/23_postgresql.xml)*) | [domainname](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Postgresql |
|
|
|
|
#### Vaultwarden (*general.vaultwarden*)
|
|
|
|
| Description | Type | Example |
|
|
|--------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-------------------|
|
|
| **Nom de domaine d'accès à 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** (*[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
|
|
|
|
#### systemd-journald (*general.journald*)
|
|
|
|
| Description | Type | Supplier | Values |
|
|
|--------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|---------------|--------------|
|
|
| *[journal_client_server_domainname](dictionaries/20_journald.xml)* | [domainname](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Journald | |
|
|
| *[journal_host_name](dictionaries/20_journald.xml)* | [domainname](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Journald:host | <calculated> |
|
|
|
|
#### PostgreSQL (*general.postgresql*)
|
|
|
|
| Description | Values | Supplier | Type |
|
|
|------------------------------------------------------------------------------|--------------|---------------------|--------------------------------------------------------------------------------------------------------------------------|
|
|
| **Client username** (*[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** (*[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** (*[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) |
|
|
|
|
#### Vaultwarden (*general.vaultwarden*)
|
|
|
|
| Description | Values | Type |
|
|
|-----------------------------------------------------------------------------------------------------------------------|-------------|------------------------------------------------------------------------------------------------------------------------|
|
|
| **Nom de l'utilisateur Risotto de 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** (*[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** (*[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
|
|
|
|
## Examples
|
|
|
|
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
|
|
|
|
With minimum providers:
|
|
|
|
```
|
|
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
|
|
```
|
|
|
|
With all providers:
|
|
|
|
```
|
|
vaultwarden:
|
|
applicationservice: vaultwarden
|
|
zones_name:
|
|
- journald
|
|
- 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)
|