mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update default.nix
This commit is contained in:
parent
89e48d0b9c
commit
28d7b3c20f
1 changed files with 7 additions and 6 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue