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
+4
View File
@@ -32,6 +32,10 @@ services:
- /config/caddy/data:/data
- /config/caddy/config:/config
- /storage1/Books:/srv/Books
# Pokémon ROM-hack library (box art + guides + spreadsheets), served
# read-only and LAN-only by the romhacks-files.ginnoir.com site so the
# Obsidian catalog notes can embed art and link guides.
- /storage1/labdata/romhacks/library:/srv/romhacks:ro
networks:
edge: