Move template assets to .env-driven generation.

Site metadata, images, favicons, and YouTube settings are now configured via .env and rendered from HTML/manifest templates at dev or container startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-26 15:45:04 +02:00
parent 833e248518
commit 3a843c53f3
13 changed files with 148 additions and 82 deletions
-2
View File
@@ -10,7 +10,5 @@ services:
restart: unless-stopped
env_file:
- .env
environment:
POST_VIDEO_REDIRECT_URL: ${POST_VIDEO_REDIRECT_URL:-https://www.youtube.com/watch?v=kujXXtoHUbc}
ports:
- "${FRONTEND_PORT:-8080}:80"