ABOUT
Vaultwarden is a self-hosted password manager which provides secure and encrypted password storage. It uses client-side encryption and provides access to passwords through a web interface and mobile apps.
warningApplication uses self-signed certificate for HTTPS to work and is enabled by default. If you need a different setup, please read the documentation.
infoTo set the Admin Token, run the command below (or type update) in the LXC Console.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU6144 MB RAM20 GB disk
Config path/opt/vaultwarden/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/vaultwarden.sh'; sha='04f0b06594765a9f43f4d0e809a8418d277cabd0258d7193df73ba0c7ff1049a'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/vaultwarden.shSHA-256 04f0b06594765a9f43f4d0e809a8418d277cabd0258d7193df73ba0c7ff1049a alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config path/opt/vaultwarden/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-vaultwarden.sh'; sha='28a2a54fd2f5b4b6270bb1a750c934f8f3742dc0bb3d8ccded7b9900275ac119'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-vaultwarden.shSHA-256 28a2a54fd2f5b4b6270bb1a750c934f8f3742dc0bb3d8ccded7b9900275ac119 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.