Managing Secrets
Vaultwarden (formerly Bitwarden_RS) is a Rust implementation of the Bitwarden API. It’s light on resources and runs perfectly on the Futro S740. I use it for passwords, 2FA codes, and secure notes.
Configuration
It runs behind Authelia for and extra layer of security. Since it's self-hosted, I have full control over the encrypted data.
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: unless-stopped
volumes:
- ./vw-data:/data
networks:
- proxy
Why I use it
Self-hosting passwords means I don't have to rely on third-party cloud providers. It syncs with the official Bitwarden apps on all my devices.