tsuki/vaultwarden: disable invitations

main
Oystein Kristoffer Tveit 2024-01-23 05:30:14 +01:00
parent fe50d92f8c
commit f49d3665fc
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ in {
config = {
DOMAIN = "https://bw.nani.wtf";
SIGNUPS_ALLOWED = false;
INVITATIONS_ALLOWED = false;
ROCKET_ADDRESS = "127.0.0.1";
ROCKET_PORT = 8222;
ROCKET_LOG = "critical";