Feat: Auto-play on skip & Gotify notifications

This commit is contained in:
Hördle Bot
2025-11-22 10:34:22 +01:00
parent 4f8524c286
commit f8fb3ccf69
4 changed files with 75 additions and 7 deletions

View File

@@ -12,6 +12,8 @@ services:
- DATABASE_URL=file:/app/data/prod.db
- ADMIN_PASSWORD=admin123 # Change this!
- TZ=Europe/Berlin # Timezone for daily puzzle rotation
- GOTIFY_URL=https://gotify.example.com
- GOTIFY_APP_TOKEN=your_gotify_token
volumes:
- ./data:/app/data
- ./public/uploads:/app/public/uploads