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}}";
|
||||
default = "http_status:404";
|
||||
ingress = {
|
||||
"ahoneybun.net" = "http://localhost:8082";
|
||||
"www.ahoneybun.net" = "http://localhost:8082";
|
||||
"photo.macabremusings.xyz" = "http://localhost:2342";
|
||||
"git.macabremusings.xyz" = "http://localhost:3001";
|
||||
"book.macabremusings.xyz" = "http://localhost:5000";
|
||||
"video.macabremusings.xyz" = "http://localhost:8096";
|
||||
"ahoneybun.net" = "http://localhost:80";
|
||||
"www.ahoneybun.net" = "http://localhost:80";
|
||||
"status.ahoneybun.net" = "http://localhost:8082";
|
||||
"photos.ahoneybun.net" = "http://localhost:2342";
|
||||
"git.ahoneybun.net" = "http://localhost:3001";
|
||||
"books.ahoneybun.net" = "http://localhost:5000";
|
||||
"videos.ahoneybun.net" = "http://localhost:8096";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue