You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
tasks | 8 months ago | |
templates | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago |
README.md
Playbook for bitwarden_rs
Install and update bitwarden_rs easier.
In your var, add this line :
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 |