Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 885 Bytes

Vaultwarden.md

File metadata and controls

19 lines (13 loc) · 885 Bytes
tags title created
services
infrastructure
Vaultwarden
2023-12-17, 3:07:14 am

Vaultwarden is an unofficial Bitwarden compatible server written in Rust. It has many capabilities that mimic Bitwarden premium.

Vaultwarden is deployed and configured with the vaultwarden job alongside a PostgreSQL database.

Backups

The data stored in Vaultwarden is stored on my NFS share on Synology DS920+, and the configuration in the PostgreSQL database is backed up according to the postgresql-backup job.

Security Concerns

Fail2ban is used to prevent brute forcing passwords. See this guide for more.