add does-it-build

This commit is contained in:
nora 2024-09-07 23:30:21 +02:00
parent 439ebe4062
commit eedd909059
5 changed files with 50 additions and 2 deletions

View file

@ -56,6 +56,7 @@ let
subdomains.api = vps1;
};
uptime = vps1;
does-it-build = vps4;
# --- fun shit
localhost.A = [ (a "127.0.0.1") ];

View file

@ -73,7 +73,7 @@ in
}
${
if name == "vps1" || name == "vps3" then
if name == "vps1" || name == "vps3" || name == "vps4" then
builtins.readFile ./${name}.Caddyfile else ""
}
''

View file

@ -0,0 +1,5 @@
does-it-build.noratrieb.dev {
log
encode zstd gzip
reverse_proxy * localhost:3000
}