Go to file
javielico 4631a00d72
Adding version number
2022-11-11 22:01:05 +00:00
.env.sample specify log file 2022-08-16 13:15:17 +02:00
README.md Fix docker image spec 2022-10-18 17:49:51 -04:00
abra.sh getting this thing ship/shape 2022-08-16 13:03:07 +02:00
compose.yml Adding version number 2022-11-11 22:01:05 +00:00
entrypoint.sh.tmpl getting this thing ship/shape 2022-08-16 13:03:07 +02:00

README.md

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 YOURAPPDOMAIN config
  5. abra app YOURAPPDOMAIN deploy

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.