updated to have beter redubiluty and comments

This commit is contained in:
2026-01-21 15:46:22 +00:00
parent 467f3ce148
commit 57b8b41a17
3 changed files with 28 additions and 217 deletions
+5 -2
View File
@@ -1,13 +1,16 @@
:4533 {
# Code-Server (VS Code)
handle_path /edit* {
reverse_proxy code-server:8443
}
# ntfy
handle_path /ntfy* {
reverse_proxy ntfy:80
}
# qBittorrent (Stripping path to avoid 404)
# qBittorrent
handle_path /tr* {
reverse_proxy qbittorrent:8081
}
@@ -37,7 +40,7 @@
reverse_proxy excalidraw:80
}
# Homarr (root dashboard)
# Homarr (Dashboard - Root)
handle {
reverse_proxy homarr:7575
}