Post

Vaultwarden

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.

Vaultwarden

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/vaultwarden.sh)"
CPU: 4 cores RAM: 6144 MB Disk: 20 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-vaultwarden.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Configuration

Config file:

1
/opt/vaultwarden/.env

Notes

Application uses self-signed certificate for HTTPS to work and is enabled by default. If you need a different setup, please read the documentation.
To set the Admin Token, run the command below (or type update) in the LXC Console.

Web Interface

Port: 8000

This post is licensed under CC BY 4.0 by the author.