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
+1 -3
View File
@@ -7,11 +7,9 @@ services:
build: !reset null
env_file:
- .env
environment:
POST_VIDEO_REDIRECT_URL: ${POST_VIDEO_REDIRECT_URL:-https://www.youtube.com/watch?v=kujXXtoHUbc}
volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro
- ./config.js:/usr/share/nginx/html/config.js:ro
- ./site.webmanifest:/usr/share/nginx/html/site.webmanifest:ro
- ./config.js:/usr/share/nginx/html/config.js:ro
- ./assets:/usr/share/nginx/html/assets:ro
- ./default.conf:/etc/nginx/conf.d/default.conf:ro