Go to file
Javielico 4c50e82865
continuous-integration/drone/push Build is passing Details
chore: publish 1.2.0+1.30.5 release
2024-03-18 15:00:09 +00:00
.drone.yml Switch to self-hosted stack-ssh-deploy image 2023-01-21 11:46:42 -08:00
.env.sample specify log file 2022-08-16 13:15:17 +02:00
README.md Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:28 -08:00
abra.sh remove merge leftovers 2023-01-21 11:51:35 +01:00
compose.yml chore: publish 1.2.0+1.30.5 release 2024-03-18 15:00:09 +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 config YOURAPPDOMAIN
  5. 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.