mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
add does-it-build
This commit is contained in:
parent
439ebe4062
commit
eedd909059
5 changed files with 50 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ let
|
|||
subdomains.api = vps1;
|
||||
};
|
||||
uptime = vps1;
|
||||
does-it-build = vps4;
|
||||
|
||||
# --- fun shit
|
||||
localhost.A = [ (a "127.0.0.1") ];
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ in
|
|||
}
|
||||
|
||||
${
|
||||
if name == "vps1" || name == "vps3" then
|
||||
if name == "vps1" || name == "vps3" || name == "vps4" then
|
||||
builtins.readFile ./${name}.Caddyfile else ""
|
||||
}
|
||||
''
|
||||
|
|
|
|||
5
newinfra/nix/modules/ingress/vps4.Caddyfile
Normal file
5
newinfra/nix/modules/ingress/vps4.Caddyfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
does-it-build.noratrieb.dev {
|
||||
log
|
||||
encode zstd gzip
|
||||
reverse_proxy * localhost:3000
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue