Edit default.nix
This commit is contained in:
parent
e994997696
commit
d0a80588f6
1 changed files with 20 additions and 13 deletions
|
|
@ -9,19 +9,26 @@
|
|||
credentialsFile = "{{/path/to/UUID.json}}";
|
||||
default = "http_status:404";
|
||||
ingress = {
|
||||
"ahoneybun.net" = "http://localhost:80";
|
||||
"www.ahoneybun.net" = "http://localhost:80";
|
||||
"photos.ahoneybun.net" = "http://localhost:2342";
|
||||
"hydra.ahoneybun.net" = "http://localhost:3000";
|
||||
"git.ahoneybun.net" = "http://localhost:3001";
|
||||
"music.ahoneybun.net" = "http://localhost:4533";
|
||||
"wiki.ahoneybun.net" = "http://localhost:4567";
|
||||
"books.ahoneybun.net" = "http://localhost:8080";
|
||||
"audiobookshelf.ahoneybun.net" = "http://localhost:8000";
|
||||
"home.ahoneybun.net" = "http://localhost:8082";
|
||||
"bin.ahoneybun.net" = "http://localhost:8088";
|
||||
"videos.ahoneybun.net" = "http://localhost:8096";
|
||||
"status.ahoneybun.net" = "http://localhost:61208";
|
||||
"honeycutt.family" = "http://localhost:5678"; # Glances homepage
|
||||
"www.honeycutt.family" = "http://localhost:5678"; # Glances homepage
|
||||
"aaron.honeycutt.family" = "http://localhost:80"; # Zola (personal site)
|
||||
"home.honeycutt.family" = "http://10.0.0.200:8123"; # Home Assistant
|
||||
"music.honeycutt.family" = "http://localhost:4533"; # Navidrome
|
||||
"videos.honeycutt.family" = "http://localhost:8096"; # Jellyfin
|
||||
"photos.honeycutt.family" = "http://localhost:2283"; # Immich
|
||||
"books.honeycutt.family" = "http://localhost:5000"; # Kavita
|
||||
"audiobookshelf.honeycutt.family" = "http://localhost:8000"; # Audiobookshelf
|
||||
"meals.honeycutt.family" = "http://localhost:9000"; # Mealie
|
||||
|
||||
"ahoneybun.net" = "http://localhost:80"; # Zola (personal site)
|
||||
"www.ahoneybun.net" = "http://localhost:80"; # Zola (personal site)
|
||||
"hydra.ahoneybun.net" = "http://localhost:3000"; # Hydra NixOS CI
|
||||
"git.ahoneybun.net" = "http://localhost:3001"; # Forgejo
|
||||
"wiki.ahoneybun.net" = "http://localhost:4567"; # Gollum
|
||||
"bin.ahoneybun.net" = "http://localhost:8088"; # Wastebin
|
||||
"sync.ahoneybun.net" = "http://localhost:8384"; # Syncthing
|
||||
|
||||
"honeyfetch.app" = "http://localhost:8081"; # Zola (honeyfetch site)
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue