initial audiocove integration

This commit is contained in:
Stefan Hardegger
2026-07-13 09:26:45 +02:00
parent e03031ea05
commit 9161ec6baa
10 changed files with 461 additions and 3 deletions

View File

@@ -41,6 +41,8 @@ services:
- IMAGE_STORAGE_PATH=/app/images
- APP_PASSWORD=${APP_PASSWORD}
- STORYCOVE_CORS_ALLOWED_ORIGINS=${STORYCOVE_CORS_ALLOWED_ORIGINS:-http://localhost:3000,http://localhost:6925}
- AUDIOCOVE_URL=${AUDIOCOVE_URL:-}
- AUDIOCOVE_API_KEY=${AUDIOCOVE_API_KEY:-}
volumes:
- ${DATA_DIR:-/volume1/docker/storycove}/images:/app/images
- ${DATA_DIR:-/volume1/docker/storycove}/config:/app/config