Return to Repository
Infrastructure / Service April 16, 2026

Vaultwarden: Secure Secrets

Bitwarden server API implementation in Rust. Essential for digital security.

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.