fix: comment out debridav and minor fix for stremthru (#28)

This commit is contained in:
Nikhil Byadwal
2025-06-28 15:38:21 +05:30
committed by GitHub
parent 1de26d3f78
commit a143aaf364
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -54,9 +54,9 @@ services:
- debridav
- all
debridav_rclone:
rclone:
image: rclone/rclone:latest
container_name: debridav_rclone
container_name: rclone
restart: unless-stopped
environment:
- TZ=${TZ}
+1 -1
View File
@@ -131,7 +131,7 @@ STREMTHRU_INTEGRATION_TRAKT_CLIENT_SECRET=
# DATABASE CONFIGURATION
# ================================
STREMTHRU_DATABASE_URI=sqlite://./data/stremthru.db
STREMTHRU_REDIS_URI=redis://stremthru_redis:6379
# STREMTHRU_REDIS_URI=redis://stremthru_redis:6379
+2 -2
View File
@@ -12,7 +12,6 @@ include:
- apps/cloudflare-ddns/compose.yaml
- apps/comet/compose.yaml
- apps/dash/compose.yaml
- apps/debridav/compose.yaml
- apps/decypharr/compose.yaml
- apps/dockge/compose.yaml
- apps/dozzle/compose.yaml
@@ -72,7 +71,8 @@ include:
# To use both, update Zurg's rclone service name and its container name to rclone_zurg
# You will also need to change Zurg's rclone's `- apps//mnt/remote/realdebrid:/data:rshared` to `- apps//mnt/remote/zurg:/data:rshared`
# - apps/zurg/compose.yaml
# same as above for using debridav, Uncomment debridav and comment out decypharr and zurg
# - apps/debridav/compose.yaml
networks:
default:
name: ${DOCKER_NETWORK:-aio_default}
+1 -1
View File
@@ -1,5 +1,5 @@
[debridav]
type = webdav
url = http://debridav:8080/webdav/premiumize
url = http://debridav:8080/
vendor = other
pacer_min_sleep = 0