added Canddy file

This commit is contained in:
2026-01-14 14:37:37 +00:00
parent 52acf6b0f5
commit 980f055fbb
+40
View File
@@ -0,0 +1,40 @@
:4533 {
handle_path /ntfy* {
reverse_proxy ntfy:80
}
# qBittorrent (Stripping path to avoid 404)
handle_path /tr* {
reverse_proxy qbittorrent:8081
}
# Navidrome
handle /music* {
reverse_proxy navidrome:4533
}
# Gitea
handle_path /git* {
reverse_proxy gitea:3000
}
# ROMM
handle_path /roms* {
reverse_proxy romm:8080
}
# Trilium
handle_path /notes* {
reverse_proxy trilium:8082
}
# Excalidraw
handle_path /draw* {
reverse_proxy excalidraw:80
}
# Homarr (root dashboard)
handle {
reverse_proxy homarr:7575
}
}