Update default.nix

This commit is contained in:
Aaron Honeycutt 2024-11-22 02:28:46 +00:00
parent 89e48d0b9c
commit 28d7b3c20f

View file

@ -9,12 +9,13 @@
credentialsFile = "{{UUID.json}}"; credentialsFile = "{{UUID.json}}";
default = "http_status:404"; default = "http_status:404";
ingress = { ingress = {
"ahoneybun.net" = "http://localhost:8082"; "ahoneybun.net" = "http://localhost:80";
"www.ahoneybun.net" = "http://localhost:8082"; "www.ahoneybun.net" = "http://localhost:80";
"photo.macabremusings.xyz" = "http://localhost:2342"; "status.ahoneybun.net" = "http://localhost:8082";
"git.macabremusings.xyz" = "http://localhost:3001"; "photos.ahoneybun.net" = "http://localhost:2342";
"book.macabremusings.xyz" = "http://localhost:5000"; "git.ahoneybun.net" = "http://localhost:3001";
"video.macabremusings.xyz" = "http://localhost:8096"; "books.ahoneybun.net" = "http://localhost:5000";
"videos.ahoneybun.net" = "http://localhost:8096";
}; };
}; };
}; };