004-vps-migration #5

Merged
jawz merged 47 commits from 004-vps-migration into main 2026-02-06 09:20:18 -06:00
3 changed files with 4 additions and 3 deletions
Showing only changes of commit ee11d72de8 - Show all commits

View File

@@ -9,6 +9,7 @@ let
mkEnabledProxyIp = inputs.self.lib.mkEnabledProxyIp wgServerIp;
in
{
domain = "servidos.lat";
enableProxy = true;
enableContainers = true;
apps.dictionaries.enable = true;

View File

@@ -167,7 +167,7 @@ in
forceSSL = false; # vps
enableACME = false; # vps
http2 = false; # vps
# default = true; #vps
default = true; # vps
#vps
listen = [
{

View File

@@ -40,7 +40,7 @@ in
secure = true;
expire = "168h";
refresh = "1h";
domain = ".lebubu.org";
domain = ".${config.my.domain}";
secret = config.sops.secrets.oauth2-proxy-cookie.path;
};
extraConfig = {
@@ -53,7 +53,7 @@ in
session-store-type = "cookie";
skip-provider-button = true;
code-challenge-method = "S256";
whitelist-domain = [ ".lebubu.org" ];
whitelist-domain = [ ".${config.my.domain}" ];
};
};
};