Bitwarden has not worked correctly for clients using the non-canonical domain name (i.e. _bitwarden.pyrocufflink.blue_) for quite some time. This still trips me up occasionally, though, so hopefully adding a server-side redirect will help. Eventually, I'll probably remove the non-canonical name entirely.
11 lines
227 B
YAML
11 lines
227 B
YAML
bitwarden_host: bitwarden.pyrocufflink.net
|
|
burp_backup_script_pre: /etc/burp/backup-pre.sh
|
|
burp_backup:
|
|
- include: /var/lib/vaultwarden/data
|
|
|
|
collectd_processes:
|
|
- name: vaultwarden
|
|
|
|
restic_include:
|
|
- /var/lib/vaultwarden/data
|