fix(docker): make the site icon configurable at runtime

Add SITE_ICON_FILE and SITE_ICON_URL support for the Docker image, route the app shell and manifest through a runtime icon endpoint, document the new Docker branding flow, and bump the app version to 4.8.3.
This commit is contained in:
kuekhaoyang
2026-04-12 11:26:57 +08:00
parent e2d7549a70
commit 727fc2b0ed
9 changed files with 175 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "kvideo",
"version": "4.8.2",
"version": "4.8.3",
"private": true,
"scripts": {
"dev": "next dev --port ${PORT:-3000}",