vaultwarden/.env hinzugefügt
This commit is contained in:
21
vaultwarden/.env
Normal file
21
vaultwarden/.env
Normal file
@@ -0,0 +1,21 @@
|
||||
# --- Vaultwarden Einstellungen ---
|
||||
VW_IMAGE=vaultwarden/server:latest
|
||||
VW_URL=https://deine-domain.de
|
||||
VW_PORT=8080
|
||||
|
||||
# Admin-Token (Generiere einen sicheren String, z.B. mit 'openssl rand -base64 48')
|
||||
VW_ADMIN_TOKEN=hier_ein_sehr_sicheres_passwort_einsetzen
|
||||
|
||||
# Sicherheit & Features
|
||||
VW_SIGNUPS_ALLOWED=false
|
||||
VW_INVITATIONS_ALLOWED=true
|
||||
VW_SHOW_HINTS=false
|
||||
|
||||
# Pfad für die Daten (z.B. ./bw-data oder /opt/vaultwarden)
|
||||
VW_VOLUME=./vaultwarden-data
|
||||
|
||||
# --- Datenbank Einstellungen (PostgreSQL) ---
|
||||
PG_IMAGE=postgres:15-alpine
|
||||
VW_POSTGRES_DB=vaultwarden_db
|
||||
VW_POSTGRES_USER=vaultwarden_user
|
||||
VW_POSTGRES_PASSWORD=ein_starkes_datenbank_passwort
|
||||
Reference in New Issue
Block a user