feat(romhacks): serve library over internal Caddy file_server; notes embed art + guide links
Deploy to valhalla / deploy (push) Has been cancelled

- proxy: read-only bind /storage1/labdata/romhacks/library -> /srv/romhacks
- Caddyfile: romhacks-files.ginnoir.com (internal_only) file_server + browse
- render_catalog_notes.py + handoff.py: embed box art and link guides/
  spreadsheets via https://romhacks-files.ginnoir.com/<slug>/<file>
  (handoff art/guides; guide filter drops buried game-data txt, caps at 30)
- regenerate bookmarks
This commit is contained in:
ginnoir
2026-06-08 04:44:38 -05:00
parent 8224a8fddb
commit 9210cd23f8
6 changed files with 181 additions and 15 deletions
+10
View File
@@ -128,6 +128,16 @@ roms.ginnoir.com {
reverse_proxy romm:8080
}
# 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
# stack; notes embed art via https://romhacks-files.ginnoir.com/<slug>/<file>.
romhacks-files.ginnoir.com {
import internal_only
root * /srv/romhacks
file_server browse
}
# =============================================================
# NOTIFICATIONS & RSS — public
# =============================================================