gaming-hub/server/src/core
Daniel 24b4dadb0f fix: move hub-state.json to /data/sounds/ for persistence
Root cause: only /data/sounds/ survives container recreation (it's the
volume-mounted directory). /data/hub-state.json was written to the
container's ephemeral layer and lost on every redeploy.

- State file now saved to /data/sounds/hub-state.json
- Auto-migrates from legacy /data/hub-state.json if found
- Favorites and radio volumes will now persist across deploys

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 20:28:03 +01:00
..
discord.ts Feat: Multi-bot support - separate Discord bot per plugin 2026-03-06 10:56:22 +01:00
middleware.ts feat: add ADMIN_PWD and ALLOWED_GUILD_IDS support 2026-03-05 23:48:23 +01:00
persistence.ts fix: move hub-state.json to /data/sounds/ for persistence 2026-03-06 20:28:03 +01:00
plugin.ts Feat: Multi-bot support - separate Discord bot per plugin 2026-03-06 10:56:22 +01:00
sse.ts Initial commit: Gaming Hub foundation 2026-03-05 22:52:13 +01:00