mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add notes to cloudflared for ports to what services
This commit is contained in:
parent
d3ae58b439
commit
46ded8c91a
1 changed files with 8 additions and 8 deletions
|
@ -9,14 +9,14 @@
|
|||
credentialsFile = "{{/path/to/UUID.json}}";
|
||||
default = "http_status:404";
|
||||
ingress = {
|
||||
"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";
|
||||
"wiki.ahoneybun.net" = "http://localhost:4567";
|
||||
"books.ahoneybun.net" = "http://localhost:5000";
|
||||
"videos.ahoneybun.net" = "http://localhost:8096";
|
||||
"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
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue