Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 896 Bytes

bitwarden.md

File metadata and controls

32 lines (23 loc) · 896 Bytes

Vaultwarden / Bitwarden

Vault: bitwarden.langchr86.mooo.com Admin: http://:8088/admin

Most configuration is enabled by using docker-compose. Some services need to be enabled by configuring over the admin web UI.

All these settings are stored in config.json. This file is part of the automatic backup.

Restore Backup

$ sudo systemctl stop bitwarden
$ cd /config/bitwarden
$ rm -rf restore/*
$ cp -r backup/* restore/
$ ./backup_scripts/run_restore.sh

container$ rm -rf /data/*
container$ cp -r /restore/* /data/
container$ exit

$ sudo systemctl restart bitwarden