- Refractor code
- Add a better logging for 429 when streaming - Fix minor issues
This commit is contained in:
+1
-3
@@ -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
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user