8 Commits
Author SHA1 Message Date
Johnnybegood90 fc608ee0e0 Fix HLS proxy fallback and avoid overwriting invalid config 2026-03-14 13:16:09 +01:00
Johnnybegood90 90679e9221 Auto-discover locales and harden JSON config loading
- discover available locale files dynamically instead of relying on a hardcoded language list
- make config JSON decoding more defensive to avoid null-state failures on invalid or empty data
- improve startup resilience when configuration files are missing or malformed
2026-03-14 13:08:33 +01:00
Johnnybegood90 8dabd2d190 Adjusting comments into files. 2026-03-14 04:23:44 +01:00
Johnnybegood90 8ba8c3013e Harden Docker packaging and bundle frontend assets locally
- replace fragile Docker file bind mount with persistent /data storage
- add container entrypoint to link config.json from persistent storage
- tighten Docker image permissions and add a basic healthcheck
- add .dockerignore to keep git metadata and runtime files out of the image
- bundle hls.js locally instead of loading it from a CDN
- download and serve UI/theme fonts locally instead of Google Fonts
- update service worker cache entries for local assets
- refresh README to reflect local bundled assets and cleaner deployment docs
2026-03-14 03:10:21 +01:00
Johnnybegood90 8460771d20 Fix: setup.php now add a key in existing setup post update. 2026-03-13 21:28:18 +01:00
Johnnybegood90 76dbd18ca7 Feat: Reconfigure in setup.php 2026-03-13 21:24:51 +01:00
Johnnybegood90 34e0b408f8 feat: multi-EPG support + auto-migration old config format
- setup.php: dynamic EPG source fields (+ Add source button)
- setup.php: toggle to allow personal EPG for visitors
- index.php: auto-migrates old epg_url/m3u_url to epg_sources[] on first load
- index.php: EPG_SOURCES array injected from PHP into JS
- Backward compatible: single-source instances migrate silently
2026-03-11 19:31:41 +01:00
Johnnybegood90 8165ce41e3 Initial commit — GridTV 2026-03-09 14:27:40 +01:00