From 776478c0358b9c02b37a6e3367717ae5547e1fba Mon Sep 17 00:00:00 2001 From: ginnoir Date: Thu, 11 Jun 2026 17:31:05 -0500 Subject: [PATCH] feat(proxy): add idlegame internal site --- Caddyfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Caddyfile b/Caddyfile index e0a7682..7f13e1d 100644 --- a/Caddyfile +++ b/Caddyfile @@ -217,6 +217,13 @@ jd.ginnoir.com { reverse_proxy jdownloader:5800 } +idlegame.ginnoir.com { + import internal_only + root * /srv/idlegame + try_files {path} /index.html + file_server +} + # Pokémon ROM-hack library files (box art, guides, spreadsheets) for the # Obsidian catalog notes. Internal-only — these downloads are private. # Root is the read-only /storage1/labdata/romhacks/library bind from the proxy