Update onboarding mats
This commit is contained in:
@@ -1,31 +1,33 @@
|
|||||||
# Zurg configuration version
|
# Zurg configuration version
|
||||||
zurg: v1
|
zurg: v1
|
||||||
token: YOUR_RD_API_TOKEN # https://real-debrid.com/apitoken
|
token: YOUR_RD_API_TOKEN # https://real-debrid.com/apitoken
|
||||||
|
|
||||||
# basic functionality
|
# basic functionality
|
||||||
host: "[::]" # do not change this if you are running it inside a docker container
|
host: "[::]" # do not change this if you are running it inside a docker container
|
||||||
port: 9999 # do not change this if you are running it inside a docker container
|
port: 9999 # do not change this if you are running it inside a docker container
|
||||||
concurrent_workers: 200
|
concurrent_workers: 20
|
||||||
check_for_changes_every_secs: 15
|
check_for_changes_every_secs: 15
|
||||||
# reliability configs
|
|
||||||
unrestrict_workers: 10 # since unrestricting has a different rate limit, use a different worker pool. decrease this if you are getting 429s
|
|
||||||
release_unrestrict_after_ms: 100 # wait time for every unrestrict worker to be released. increase this if you are getting 429s
|
|
||||||
rate_limit_sleep_secs: 6 # wait time after getting a 429 from Real-Debrid API
|
|
||||||
realdebrid_timeout_secs: 60 # api timeout
|
|
||||||
retries_until_failed: 5 # api failures until considered failed
|
|
||||||
# misc configs
|
# misc configs
|
||||||
enable_repair: true # BEWARE! THERE CAN ONLY BE 1 INSTANCE OF ZURG THAT SHOULD REPAIR YOUR TORRENTS
|
|
||||||
retain_folder_name_extension: false # if true, zurg won't modify the filenames from real-debrid
|
retain_folder_name_extension: false # if true, zurg won't modify the filenames from real-debrid
|
||||||
retain_rd_torrent_name: false # if true, it will strictly follow RD API torrent name property w/c should make this more compatible with rdt-client
|
retain_rd_torrent_name: false # if true, it will strictly follow RD API torrent name property w/c should make this more compatible with rdt-client
|
||||||
|
|
||||||
|
enable_repair: true # BEWARE! THERE CAN ONLY BE 1 INSTANCE OF ZURG THAT SHOULD REPAIR YOUR TORRENTS
|
||||||
on_library_update: |
|
on_library_update: |
|
||||||
for arg in "$@"
|
for arg in "$@"
|
||||||
do
|
do
|
||||||
echo "detected update on: $arg"
|
echo "detected update on: $arg"
|
||||||
done
|
done
|
||||||
|
|
||||||
# network configs
|
# network configs
|
||||||
network_buffer_size: 1048576 # 1 MiB
|
network_buffer_size: 1048576 # 1 MiB
|
||||||
serve_from_rclone: false
|
serve_from_rclone: false # serve file data from rclone, not from zurg
|
||||||
force_ipv6: false
|
force_ipv6: false # force connect to real-debrid ipv6 addresses
|
||||||
# preferred_hosts: # Run the script here https://github.com/debridmediamanager/real-debrid-network-test
|
# reliability configs
|
||||||
|
rate_limit_sleep_secs: 6 # wait time after getting a 429 from Real-Debrid API
|
||||||
|
realdebrid_timeout_secs: 60 # api timeout
|
||||||
|
retries_until_failed: 5 # api failures until considered failed
|
||||||
|
# preferred_hosts: # Run ./zurg network-test
|
||||||
# - 20.download.real-debrid.com
|
# - 20.download.real-debrid.com
|
||||||
# - 21.download.real-debrid.com
|
# - 21.download.real-debrid.com
|
||||||
# - 22.download.real-debrid.com
|
# - 22.download.real-debrid.com
|
||||||
@@ -35,7 +37,6 @@ force_ipv6: false
|
|||||||
# - 32.download.real-debrid.com
|
# - 32.download.real-debrid.com
|
||||||
# - 34.download.real-debrid.com
|
# - 34.download.real-debrid.com
|
||||||
# - 40.download.real-debrid.com
|
# - 40.download.real-debrid.com
|
||||||
# curl https://raw.githubusercontent.com/debridmediamanager/real-debrid-network-test/main/real-debrid-network-test.sh | bash
|
|
||||||
|
|
||||||
# List of directory definitions and their filtering rules
|
# List of directory definitions and their filtering rules
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
[zurg]
|
[zurg]
|
||||||
type = webdav
|
type = webdav
|
||||||
url = http://zurg:9999
|
url = http://zurg:9999/dav/
|
||||||
vendor = other
|
vendor = other
|
||||||
pacer_min_sleep = 0
|
pacer_min_sleep = 0
|
||||||
|
|
||||||
[zurghttp]
|
[zurghttp]
|
||||||
type = http
|
type = http
|
||||||
url = http://zurg:9999/http
|
url = http://zurg:9999/http/
|
||||||
no_head = false
|
no_head = false
|
||||||
no_slash = false
|
no_slash = false
|
||||||
|
|||||||
Reference in New Issue
Block a user