From c1621645285b471c49c90e74d577479a9db2205a Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Sat, 7 Mar 2026 11:50:56 +0800 Subject: [PATCH] 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) --- tmp_remote/Caddyfile_vps | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmp_remote/Caddyfile_vps b/tmp_remote/Caddyfile_vps index 06c7a43..9fe96d0 100644 --- a/tmp_remote/Caddyfile_vps +++ b/tmp_remote/Caddyfile_vps @@ -28,6 +28,12 @@ nas.jimmygan.com { 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 { import security_headers import authelia -- 2.52.0