feat: serve romhack archive site
Deploy to valhalla / deploy (push) Has been cancelled

This commit is contained in:
ginnoir
2026-06-08 21:17:22 -05:00
parent 27aa1bf2fe
commit bb2bc6a20e
3 changed files with 19 additions and 3 deletions
+15 -3
View File
@@ -128,14 +128,26 @@ roms.ginnoir.com {
reverse_proxy romm:8080
}
romhacks.ginnoir.com {
import internal_only
root * /srv/romhacks-wiki
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
# 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
handle_path /_roms/* {
root * /srv/roms
file_server
}
handle {
root * /srv/romhacks
file_server browse
}
}
# =============================================================
@@ -293,4 +305,4 @@ plane.ginnoir.com {
# =============================================================
obsidian.ginnoir.com {
reverse_proxy couchdb:5984
}
}