update flake and more pocketid
This commit is contained in:
parent
a3289c777e
commit
c40e6e3255
10 changed files with 29 additions and 72 deletions
|
|
@ -5,7 +5,7 @@
|
|||
sopsFile = ../../../secrets/pocketid.env;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."auth2.donsz.nl" = {
|
||||
services.nginx.virtualHosts."auth.donsz.nl" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
extraConfig = ''
|
||||
|
|
@ -24,8 +24,9 @@
|
|||
PORT = 1411;
|
||||
|
||||
TRUST_PROXY = true;
|
||||
APP_URL = "https://auth2.donsz.nl";
|
||||
ALLOW_USER_SIGNUPS = "disabled";
|
||||
APP_URL = "https://auth.donsz.nl";
|
||||
ALLOW_USER_SIGNUPS = "withToken";
|
||||
|
||||
UI_CONFIG_DISABLED = true;
|
||||
ALLOW_OWN_ACCOUNT_EDIT = true;
|
||||
DB_PROVIDER = "postgres";
|
||||
|
|
@ -47,6 +48,10 @@
|
|||
EMAIL_LOGIN_NOTIFICATION_ENABLED = true;
|
||||
EMAIL_API_KEY_EXPIRATION_ENABLED = true;
|
||||
EMAIL_ONE_TIME_ACCESS_AS_ADMIN_ENABLED = true;
|
||||
|
||||
ACCENT_COLOR = "#c66995";
|
||||
|
||||
LOG_LEVEL = "debug";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue