Files
docker-compose-template/apps/decypharr/config.json
T

159 lines
3.4 KiB
JSON

{
"url_base": "/",
"port": "8282",
"log_level": "trace",
"debrids": [
{
"name": "realdebrid",
"api_key": "",
"folder": "/mnt/remote/realdebrid/__all__/",
"rate_limit": "250/minute",
"use_webdav": true,
"torrents_refresh_interval": "15s",
"download_links_refresh_interval": "40m",
"workers": 200,
"auto_expire_links_after": "3d",
"folder_naming": "original_no_ext"
}
],
"qbittorrent": {
"download_folder": "/mnt/symlinks/",
"refresh_interval": 5
},
"arrs": [
{
"name": "sonarr",
"host": "http://sonarr:8989",
"token": "",
"download_uncached": false
},
{
"name": "sonarr4k",
"host": "http://sonarr4k:8989",
"token": "",
"download_uncached": false
},
{
"name": "sonarranime",
"host": "http://sonarranime:8989",
"token": "",
"download_uncached": false
},
{
"name": "radarr",
"host": "http://radarr:7878",
"token": "",
"download_uncached": false
},
{
"name": "radarr4k",
"host": "http://radarr4k:7878",
"token": "",
"download_uncached": false
},
{
"name": "radarranime",
"host": "http://radarranime:7878",
"token": "",
"download_uncached": false
}
],
"repair": {
"enabled": true,
"interval": "12h",
"auto_process": true,
"use_webdav": true,
"workers": 1,
"strategy": "per_torrent"
},
"webdav": {},
"rclone": {
"enabled": true,
"mount_path": "/mnt/remote",
"vfs_cache_mode": "writes",
"vfs_cache_max_age": "48h",
"vfs_cache_max_size": "30G",
"vfs_cache_poll_interval": "30s",
"vfs_read_chunk_size": "256M",
"vfs_read_chunk_size_limit": "8192M",
"vfs_read_ahead": "512M",
"buffer_size": "128M",
"uid": 1001,
"gid": 1001,
"attr_timeout": "1s",
"dir_cache_time": "5s",
"no_modtime": true,
"no_checksum": true
},
"allowed_file_types": [
"3gp",
"ac3",
"aiff",
"alac",
"amr",
"ape",
"asf",
"asx",
"avc",
"avi",
"bin",
"bivx",
"dat",
"divx",
"dts",
"dv",
"dvr-ms",
"flac",
"fli",
"flv",
"ifo",
"img",
"iso",
"m2ts'",
"m2v",
"m3u",
"m4a",
"m4p",
"m4v",
"mid",
"midi",
"mk3d",
"mka",
"mkv",
"mov",
"mp2",
"mp3",
"mp4",
"mpa",
"mpeg",
"mpg",
"nrg",
"nsv",
"nuv",
"ogg",
"ogm",
"ogv",
"pva",
"qt",
"ra",
"rm",
"rmvb",
"strm",
"svq3",
"ts",
"ty",
"viv",
"vob",
"voc",
"vp3",
"wav",
"webm",
"wma",
"wmv",
"wpl",
"wtv",
"wv",
"xvid"
],
"discord_webhook_url": ""
}