This commit is contained in:
soraefir
2026-05-08 00:29:12 +02:00
parent 94fdfa2b33
commit 868d2ce116
2 changed files with 2 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ in {
};
};
};
"sec.localhost" = {
"sec.${cfg.hostDomain}" = {
forceSSL = true;
# quic = true;
# http3 = true;
@@ -121,7 +121,7 @@ in {
location @goauthentik_proxy_signin {
internal;
add_header Set-Cookie $auth_cookie;
return 302 https://sso.localhost/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
return 302 https://${cfg.containers.authentik.subdomain}.${cfg.hostDomain}/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
}
'';
};