From 4443a95730e75b93892c3c6be68b4c8c9cd1f6b6 Mon Sep 17 00:00:00 2001 From: Jens Beckmann Date: Sun, 31 May 2026 09:50:49 +0000 Subject: [PATCH] =?UTF-8?q?.env=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..6a675ff --- /dev/null +++ b/.env @@ -0,0 +1,22 @@ +# Vaultwarden Konfiguration +DOMAIN=https://vault.ljh31.de +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 +