From e4c0a744373b5d3ab53f016411cdcbdb49712c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 06:06:22 +0100 Subject: [PATCH] revert: remove custom CSS theming from asciinema --- asciinema/compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index 0724621..85ca325 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -3,15 +3,12 @@ services: image: ${ASCIINEMA_IMAGE:-ghcr.io/asciinema/asciinema-server:latest} container_name: ${ASCIINEMA_COMPOSE_PROJECT_NAME}_app restart: unless-stopped - entrypoint: ["/entrypoint-wrapper.sh"] networks: - compose_network extra_hosts: - "smtp.ionos.de:213.165.67.97" volumes: - asciinema_data:/var/opt/asciinema - - ./theme/custom.css:/opt/app/lib/asciinema-1.0.0/priv/static/assets/custom.css:ro - - ./entrypoint-wrapper.sh:/entrypoint-wrapper.sh:ro environment: SECRET_KEY_BASE: ${ASCIINEMA_SECRET_KEY} URL_HOST: ${ASCIINEMA_TRAEFIK_HOST} @@ -24,6 +21,7 @@ services: SMTP_SSL: true MAIL_FROM_ADDRESS: ${EMAIL_FROM} SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false} + DEFAULT_AVATAR: gravatar labels: - 'traefik.enable=${ASCIINEMA_TRAEFIK_ENABLED}' # Main web interface - HTTP to HTTPS redirect