Files
hassio-addons/radarr/config.json
Alexandre db5582cb74 prettify
2021-02-21 20:07:55 +01:00

44 lines
1.1 KiB
JSON

{
"name": "Radarr NAS",
"version": "3.0.2.4552",
"upstream": "3.0.2.4552",
"slug": "radarr_nas",
"description": "A fork of Sonarr to work with movies like Couchpotato",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"ports": {
"7878/tcp": 7878
},
"ports_description": {
"7878/tcp": "web interface"
},
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"full_access": true,
"webui": "http://[HOST]:[PORT:7878]",
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
},
"options": {
"PUID": 0,
"PGID": 0,
"localdisks": ["sda1"],
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>",
"cifspassword": "<password>"
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"localdisks": ["str"],
"networkdisks": "str",
"cifsusername": "str",
"cifspassword": "str"
},
"snapshot_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"]
}