fix some things, add some others

This commit is contained in:
k3t
2026-03-13 21:52:58 -06:00
parent 9a93afc606
commit 3695a7c54a
4 changed files with 9 additions and 17 deletions
-11
View File
@@ -15,17 +15,6 @@
ROCKET_ADDRESS = "127.0.0.1";
ROCKET_PORT = 8222;
ROCKET_LOG = "critical";
# This example assumes a mailserver running on localhost,
# thus without transport encryption.
# If you use an external mail server, follow:
# https://github.com/dani-garcia/vaultwarden/wiki/SMTP-configuration
#SMTP_HOST = "127.0.0.1";
#SMTP_PORT = 25;
#SMTP_SSL = false;
#SMTP_FROM = "admin@bitwarden.example.com";
#SMTP_FROM_NAME = "example.com Bitwarden server";
};
};
services.caddy.virtualHosts."bitwarden.k3t.dev".extraConfig = ''