mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
update cloudflare subdomains
This commit is contained in:
parent
2f509c032a
commit
65136e669b
1 changed files with 13 additions and 8 deletions
|
@ -9,14 +9,19 @@
|
||||||
credentialsFile = "{{/path/to/UUID.json}}";
|
credentialsFile = "{{/path/to/UUID.json}}";
|
||||||
default = "http_status:404";
|
default = "http_status:404";
|
||||||
ingress = {
|
ingress = {
|
||||||
"ahoneybun.net" = "http://localhost:80"; # Nginx http
|
"ahoneybun.net" = "http://localhost:80";
|
||||||
"www.ahoneybun.net" = "http://localhost:80"; # Nginx https
|
"www.ahoneybun.net" = "http://localhost:80";
|
||||||
"status.ahoneybun.net" = "http://localhost:8082"; # Homepage Dashboard
|
"photos.ahoneybun.net" = "http://localhost:2342";
|
||||||
"photos.ahoneybun.net" = "http://localhost:2342"; # PhotoPrism
|
"hydra.ahoneybun.net" = "http://localhost:3000";
|
||||||
"git.ahoneybun.net" = "http://localhost:3001"; # Forgejo
|
"git.ahoneybun.net" = "http://localhost:3001";
|
||||||
"wiki.ahoneybun.net" = "http://localhost:4567"; # Gollum
|
"music.ahoneybun.net" = "http://localhost:4533";
|
||||||
"books.ahoneybun.net" = "http://localhost:5000"; # Kavita
|
"wiki.ahoneybun.net" = "http://localhost:4567";
|
||||||
"videos.ahoneybun.net" = "http://localhost:8096"; # Jellyfin
|
"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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue