|
|
|
@ -9,9 +9,11 @@ bitwarden:
|
|
|
|
|
- name: bitwarden |
|
|
|
|
home: /var/opt/bitwarden |
|
|
|
|
app_folder: /opt/bitwarden |
|
|
|
|
backend: postgresql |
|
|
|
|
``` |
|
|
|
|
| Key | Value | |
|
|
|
|
|-----|-------| |
|
|
|
|
| name| Name of your bitwarden account | |
|
|
|
|
| home| Home of bitwarden (to install rust and compile bitwarden) | |
|
|
|
|
| app_folder| The folder path to copy bitwarden release on it | |
|
|
|
|
| backend | (mysql|postgresql|sqlite) choose your backend DB for compilation | |
|
|
|
|