The project was renamed to RetroHost but almost everything internal still says "homegames": env vars (HOMEGAMES_*), systemd units (homegames.service), the CIFS mount point (/mnt/homegames-roms), the SQLite file (homegames.db), the generated cue prefix (.homegames_), and the input socket path. compose.yml already exposes RETROHOST_* names externally and maps them, which means the docs currently mix both prefixes.
Suggested approach: migrate to RETROHOST_* while accepting the old HOMEGAMES_* vars as fallback for one release (read old name when new one is unset, log a deprecation warning).
The project was renamed to RetroHost but almost everything internal still says "homegames": env vars (
HOMEGAMES_*), systemd units (homegames.service), the CIFS mount point (/mnt/homegames-roms), the SQLite file (homegames.db), the generated cue prefix (.homegames_), and the input socket path.compose.ymlalready exposesRETROHOST_*names externally and maps them, which means the docs currently mix both prefixes.Suggested approach: migrate to
RETROHOST_*while accepting the oldHOMEGAMES_*vars as fallback for one release (read old name when new one is unset, log a deprecation warning).