Files
svc-vaultwarden/.env
T
2026-05-31 09:55:30 +00:00

26 lines
501 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Vaultwarden Konfiguration
DOMAIN=https://vault.ljh31.de
HOST=vault.ljh31.de
HOMEPAGE_GROUP=Security
HOMEPAGE_DESC=Passwort-Manager
ADMIN_TOKEN=bitte_sicheres_token_einsetzen
# Registrierung
SIGNUPS_ALLOWED=true
SIGNUPS_VERIFY=false
# WebSocket
WEBSOCKET_ENABLED=true
# Logging
LOG_LEVEL=warn
# SMTP (optional Rauten entfernen zum Aktivieren)
#SMTP_HOST=smtp.example.com
#SMTP_FROM=vaultwarden@ljh31.de
#SMTP_PORT=587
#SMTP_SECURITY=starttls
#SMTP_USERNAME=user
#SMTP_PASSWORD=passwort