mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 17:20:53 +02:00
Compare commits
No commits in common. "fab4088b82ef947ec30c4f159b8787cb4e2c679f" and "18af2d71f33df2c0626002301d0129ba60807050" have entirely different histories.
fab4088b82
...
18af2d71f3
2 changed files with 1 additions and 3 deletions
|
@ -99,7 +99,6 @@ lib.mkMerge [
|
||||||
'';
|
'';
|
||||||
|
|
||||||
networking.firewall.allowedUDPPorts = [ 53 ];
|
networking.firewall.allowedUDPPorts = [ 53 ];
|
||||||
networking.firewall.allowedTCPPorts = [ 53 ];
|
|
||||||
|
|
||||||
machine.meta.zones."luj.fr".A = [ config.machine.meta.ips.public.ipv4 ];
|
machine.meta.zones."luj.fr".A = [ config.machine.meta.ips.public.ipv4 ];
|
||||||
machine.meta.zones."luj.fr".AAAA = [ config.machine.meta.ips.public.ipv6 ];
|
machine.meta.zones."luj.fr".AAAA = [ config.machine.meta.ips.public.ipv6 ];
|
||||||
|
|
|
@ -31,13 +31,12 @@ in
|
||||||
ACME_EMAIL = "acme@malka.sh";
|
ACME_EMAIL = "acme@malka.sh";
|
||||||
DNS_PROVIDER = "gandiv5";
|
DNS_PROVIDER = "gandiv5";
|
||||||
ENABLE_HTTP_SERVER = "false";
|
ENABLE_HTTP_SERVER = "false";
|
||||||
GITEA_ROOT = "http://127.0.0.1:3000";
|
GITEA_ROOT = "https://git.luj.fr";
|
||||||
PORT = "8010";
|
PORT = "8010";
|
||||||
PAGES_DOMAIN = "luj-static.page";
|
PAGES_DOMAIN = "luj-static.page";
|
||||||
RAW_DOMAIN = "raw.luj-static.page";
|
RAW_DOMAIN = "raw.luj-static.page";
|
||||||
PAGES_BRANCHES = "pages,main,master";
|
PAGES_BRANCHES = "pages,main,master";
|
||||||
USE_PROXY_PROTOCOL = "true";
|
USE_PROXY_PROTOCOL = "true";
|
||||||
LOG_LEVEL = "trace";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
settingsFile = config.age.secrets."pages-settings-file".path;
|
settingsFile = config.age.secrets."pages-settings-file".path;
|
||||||
|
|
Loading…
Add table
Reference in a new issue