idk
This commit is contained in:
@@ -21,10 +21,10 @@
|
|||||||
OPENID_PROVIDER_URL = "https://authentik.mjallen.dev/application/o/chat/.well-known/openid-configuration";
|
OPENID_PROVIDER_URL = "https://authentik.mjallen.dev/application/o/chat/.well-known/openid-configuration";
|
||||||
OAUTH_PROVIDER_NAME = "authentik";
|
OAUTH_PROVIDER_NAME = "authentik";
|
||||||
OPENID_REDIRECT_URI = "https://chat.mjallen.dev/oauth/oidc/callback";
|
OPENID_REDIRECT_URI = "https://chat.mjallen.dev/oauth/oidc/callback";
|
||||||
ENABLE_OAUTH_SIGNUP = "False";
|
ENABLE_OAUTH_SIGNUP = "True";
|
||||||
OAUTH_MERGE_ACCOUNTS_BY_EMAIL = "True";
|
OAUTH_MERGE_ACCOUNTS_BY_EMAIL = "True";
|
||||||
ENABLE_SIGNUP = "False";
|
ENABLE_SIGNUP = "False";
|
||||||
ENABLE_LOGIN_FORM = "True";
|
ENABLE_LOGIN_FORM = "False";
|
||||||
ANONYMIZED_TELEMETRY = "False";
|
ANONYMIZED_TELEMETRY = "False";
|
||||||
DO_NOT_TRACK = "True";
|
DO_NOT_TRACK = "True";
|
||||||
SCARF_NO_ANALYTICS = "True";
|
SCARF_NO_ANALYTICS = "True";
|
||||||
|
|||||||
@@ -230,7 +230,7 @@ in
|
|||||||
entryPoints = [ "websecure" ];
|
entryPoints = [ "websecure" ];
|
||||||
rule = "Host(`chat.${domain}`)";
|
rule = "Host(`chat.${domain}`)";
|
||||||
service = "chat";
|
service = "chat";
|
||||||
# middlewares = [ "authentik" ];
|
middlewares = [ "authentik" ];
|
||||||
priority = 10;
|
priority = 10;
|
||||||
tls.certResolver = "letsencrypt";
|
tls.certResolver = "letsencrypt";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user