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
This commit is contained in:
Johnnybegood90
2026-03-14 03:10:21 +01:00
parent 8c81c05bca
commit 8ba8c3013e
23 changed files with 105 additions and 15 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ This demo runs with sample XMLTV feeds to showcase the interface.
- ⚙️ **Re-editable setup** — protected by an admin key, no SSH required to update config
- 🔔 **Update notifications** — a badge appears in the topbar when a new release is available on GitHub
- 🔄 **Auto-reload** EPG every 30 minutes
- 0️⃣ **Zero JS dependencies** — vanilla PHP, hls.js loaded from CDN
- 0️⃣ **Zero build tooling** — vanilla PHP/JS/CSS, with bundled local assets
---