Operator-owned game configuration. Synced into TGS Configuration/GameStaticFiles/config/
every PreCompile event by update-config.sh (lives in
infrastructure/tgs/EventScripts/resurgencestation/update-config.sh).
- Top-level files: global defaults, included by every server.
owo/— per-server overrides for the reduxstation.com instance.update-config.shdoesgit sparse-checkout set owo/ title_screens/then symlinks per-server files to the top of the active config dir.title_screens/— shared art (small enough to commit).
Create <servername>/ subdir mirroring owo/. Update parse-server.sh in the
infrastructure repo to discriminate.
- Secrets:
comms.txt,dbconfig.txt,webhooks.txt,tts_secrets.txtlive on the host at/etc/resurgence/secrets/*.update-config.shsymlinks them in at sync time. - Large media:
jukebox_music/,title_music/,reboot_themes/live on the host atConfiguration/GameStaticFiles/config/<media>/. Operator manages directly via scp.