updateed to use better conecshon with the doman or cliunt speeding things up
This commit is contained in:
@@ -1,47 +1,45 @@
|
||||
:4533 {
|
||||
|
||||
# Code-Server (VS Code)
|
||||
handle_path /edit* {
|
||||
reverse_proxy code-server:8443
|
||||
:raspberrypi-1.tail46eacb.ts.net {
|
||||
tls {
|
||||
get_certificate tailscale
|
||||
}
|
||||
|
||||
# ntfy
|
||||
handle_path /ntfy* {
|
||||
reverse_proxy ntfy:80
|
||||
# VS Code
|
||||
handle_path /edit* {
|
||||
reverse_proxy 127.0.0.1:8443
|
||||
}
|
||||
|
||||
# File Browser
|
||||
handle_path /drive* {
|
||||
reverse_proxy 127.0.0.1:8082
|
||||
}
|
||||
|
||||
# Music
|
||||
handle /music* {
|
||||
reverse_proxy 127.0.0.1:4533
|
||||
}
|
||||
|
||||
# Trilium Notes
|
||||
handle_path /notes* {
|
||||
reverse_proxy 127.0.0.1:8081
|
||||
}
|
||||
|
||||
# qBittorrent
|
||||
handle_path /tr* {
|
||||
reverse_proxy qbittorrent:8081
|
||||
reverse_proxy 127.0.0.1:8085
|
||||
}
|
||||
|
||||
# Navidrome
|
||||
handle /music* {
|
||||
reverse_proxy navidrome:4533
|
||||
# ntfy
|
||||
handle_path /ntfy* {
|
||||
reverse_proxy 127.0.0.1:8083
|
||||
}
|
||||
|
||||
# Gitea
|
||||
handle_path /git* {
|
||||
reverse_proxy gitea:3000
|
||||
reverse_proxy 127.0.0.1:3001
|
||||
}
|
||||
|
||||
# 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 (Dashboard - Root)
|
||||
# Homarr Dashboard (Root)
|
||||
handle {
|
||||
reverse_proxy homarr:7575
|
||||
reverse_proxy 127.0.0.1:3000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user