updated to have beter redubiluty and comments
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user