idk
This commit is contained in:
parent
e8b9a4bbd0
commit
e2816c34aa
1 changed files with 6 additions and 6 deletions
|
|
@ -8,14 +8,14 @@
|
||||||
reverseProxy = true;
|
reverseProxy = true;
|
||||||
redirectURL = "https://sso-proxy.joshuabell.xyz/oauth2/callback";
|
redirectURL = "https://sso-proxy.joshuabell.xyz/oauth2/callback";
|
||||||
validateURL = "https://sso.joshuabell.xyz/oauth2/";
|
validateURL = "https://sso.joshuabell.xyz/oauth2/";
|
||||||
oidcIssuerUrl = "https://sso.joshuabell.xyz:443";
|
oidcIssuerUrl = "https://sso.joshuabell.xyz";
|
||||||
keyFile = config.age.secrets.oauth2_key_file.path;
|
keyFile = config.age.secrets.oauth2_proxy_key_file.path;
|
||||||
nginx.domain = "sso-proxy.joshuabell.xyz";
|
nginx.domain = "sso-proxy.joshuabell.xyz";
|
||||||
email.domains = [ "*" ];
|
email.domains = [ "*" ];
|
||||||
# extraConfig = {
|
extraConfig = {
|
||||||
# whitelist-domain = ".joshuabell.xyz";
|
whitelist-domain = ".joshuabell.xyz";
|
||||||
# cookie-domain = ".joshuabell.xyz";
|
cookie-domain = ".joshuabell.xyz";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."sso-proxy.joshuabell.xyz" = {
|
services.nginx.virtualHosts."sso-proxy.joshuabell.xyz" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue