domain sandbox
This commit is contained in:
@@ -9,6 +9,7 @@ let
|
|||||||
mkEnabledProxyIp = inputs.self.lib.mkEnabledProxyIp wgServerIp;
|
mkEnabledProxyIp = inputs.self.lib.mkEnabledProxyIp wgServerIp;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
domain = "servidos.lat";
|
||||||
enableProxy = true;
|
enableProxy = true;
|
||||||
enableContainers = true;
|
enableContainers = true;
|
||||||
apps.dictionaries.enable = true;
|
apps.dictionaries.enable = true;
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ in
|
|||||||
forceSSL = false; # vps
|
forceSSL = false; # vps
|
||||||
enableACME = false; # vps
|
enableACME = false; # vps
|
||||||
http2 = false; # vps
|
http2 = false; # vps
|
||||||
# default = true; #vps
|
default = true; # vps
|
||||||
#vps
|
#vps
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ in
|
|||||||
secure = true;
|
secure = true;
|
||||||
expire = "168h";
|
expire = "168h";
|
||||||
refresh = "1h";
|
refresh = "1h";
|
||||||
domain = ".lebubu.org";
|
domain = ".${config.my.domain}";
|
||||||
secret = config.sops.secrets.oauth2-proxy-cookie.path;
|
secret = config.sops.secrets.oauth2-proxy-cookie.path;
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
@@ -53,7 +53,7 @@ in
|
|||||||
session-store-type = "cookie";
|
session-store-type = "cookie";
|
||||||
skip-provider-button = true;
|
skip-provider-button = true;
|
||||||
code-challenge-method = "S256";
|
code-challenge-method = "S256";
|
||||||
whitelist-domain = [ ".lebubu.org" ];
|
whitelist-domain = [ ".${config.my.domain}" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user