- Refractor code

- Add a better logging for 429 when streaming
- Fix minor issues
This commit is contained in:
Mukhtar Akere
2025-04-01 06:37:10 +01:00
parent 8bf164451c
commit 7d954052ae
28 changed files with 214 additions and 179 deletions
+1 -3
View File
@@ -15,6 +15,4 @@ services:
- UMASK=002
- QBIT_PORT=8282
- PORT=8181
restart: unless-stopped
depends_on:
- rclone # If you are using rclone with docker
restart: unless-stopped
+1 -1
View File
@@ -100,7 +100,7 @@
"download_links_refresh_interval": "1h",
"folder_naming": "original",
"auto_expire_links_after": "24h",
"rc_url": "http://192.168.0.219:9990",
"rc_url": "http://your-ip-address:9990",
"rc_user": "your_rclone_rc_user",
"rc_pass": "your_rclone_rc_pass"
}