forked from coop-cloud/vaultwarden
This branch is 23 commits behind coop-cloud/vaultwarden:main
abra app deploy
error
By default, the config options provided in the template fail because $COMPOSE_FILE is not set, leading to an error `[abra recipe path] is a directory` when running `abra app deploy`. This is fixed by setting `$COMPOSE_FILE` to `compose.yml`
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
- Set up Docker Swarm and
abra
- Deploy
coop-cloud/traefik
abra app new vaultwarden
abra app config YOURAPPDOMAIN
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.
Description
Languages
Shell
100%