feat(romhacks): serve library over internal Caddy file_server; notes embed art + guide links
Deploy to valhalla / deploy (push) Has been cancelled
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:
@@ -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
|
||||
# =============================================================
|
||||
|
||||
Reference in New Issue
Block a user