Go to file
3wc 2c76e6640f
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
chore: publish 0.9.1+1.32.3 release
2024-10-30 13:39:53 -04:00
.drone.yml Switch to self-hosted stack-ssh-deploy image 2023-01-21 11:46:42 -08:00
.env.sample Define $COMPOSE_FILE in config to fix abra app deploy error 2024-09-20 13:59:25 +00:00
abra.sh feat: add smtp support 2024-07-09 15:37:09 +02:00
compose.smtp.yml feat: add smtp support 2024-07-09 15:37:09 +02:00
compose.yml chore: publish 0.9.1+1.32.3 release 2024-10-30 13:39:53 -04:00
entrypoint.sh.tmpl feat: add smtp support 2024-07-09 15:37:09 +02:00
README.md Added extra steps to quickstart in README 2024-10-07 16:30:25 +01:00

vaultwarden

Open source password manager

  • Category: Apps
  • Status: 2, beta
  • Image: vaultwarden/server, 4, upstream
  • Healthcheck: 3
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Quick start

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new vaultwarden
  4. abra app config YOURAPPDOMAIN
  5. abra app secret generate vault.foo.bar admin_token v1
  6. abra app secret insert vault.esn-cloud.de smtp_password v1 "super-secret-passowrd" SMTP config and password needed for user email invites
  7. abra app deploy YOURAPPDOMAIN

Tips & Tricks

Wiring up fail2ban

You need the following logging config:

USE_SYSLOG=true
EXTENDED_LOGGING=true
LOG_FILE=/data/vaultwarden.log
LOG_LEVEL=warn

Then follow this guide.

And you must use COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml" in your traefik config to get real IPs.