feat: patch HTML template to inject custom theme

This commit is contained in:
2025-11-09 09:26:35 +01:00
parent dce10fb971
commit 95b01afafa
3 changed files with 37 additions and 19 deletions

View File

@@ -9,6 +9,7 @@ services:
- asciinema_data:/var/opt/asciinema
- ./custom.exs:/opt/app/etc/custom.exs:ro
- ./theme:/opt/app/priv/static/theme:ro
- ./app.html.heex:/opt/app/lib/asciinema_web-*/eex/layout/app.html.heex:ro
environment:
SECRET_KEY_BASE: ${ASCIINEMA_SECRET_KEY}
URL_HOST: ${ASCIINEMA_TRAEFIK_HOST}