fix: add dev dashboard caddy route

Add a dedicated dev.nas.jimmygan.com reverse proxy entry so the dev dashboard can be reached through the VPS Caddy configuration.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gan, Jimmy
2026-03-07 11:50:56 +08:00
parent 175ebeede4
commit c162164528
+6
View File
@@ -28,6 +28,12 @@ nas.jimmygan.com {
reverse_proxy 100.78.131.124:4000 reverse_proxy 100.78.131.124:4000
} }
dev.nas.jimmygan.com {
import security_headers
import authelia
reverse_proxy 100.78.131.124:4001
}
music.jimmygan.com { music.jimmygan.com {
import security_headers import security_headers
import authelia import authelia