Password Manager Server via Raspberry Pi
Technologies
Docker
CloudFlare Tunnel
Linux
Overview
I used LastPass or 1Password to manage my passwords for the last 5+ years, but recently I didn't like the idea of having all my passwords stored on someone else's servers. I also had been looking to use a Raspberry Pi that had been sitting around, so I decied to implement my own personal password manager server. I found an open-source password manager Vaultwarden and decided to implement it. The Raspberry Pi is running 3 Docker containers, a container for Vaultwarden, a container for Cloudfire's Zero Trust Tunnel, and a container that creates encrypted backups of the password database.