mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -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}}";
|
||||
default = "http_status:404";
|
||||
ingress = {
|
||||
"ahoneybun.net" = "http://localhost:80"; # Nginx http
|
||||
"www.ahoneybun.net" = "http://localhost:80"; # Nginx https
|
||||
"status.ahoneybun.net" = "http://localhost:8082"; # Homepage Dashboard
|
||||
"photos.ahoneybun.net" = "http://localhost:2342"; # PhotoPrism
|
||||
"git.ahoneybun.net" = "http://localhost:3001"; # Forgejo
|
||||
"wiki.ahoneybun.net" = "http://localhost:4567"; # Gollum
|
||||
"books.ahoneybun.net" = "http://localhost:5000"; # Kavita
|
||||
"videos.ahoneybun.net" = "http://localhost:8096"; # Jellyfin
|
||||
"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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue