Files
hassio-addons/sonarr/config.json
Arne Petersen 7944cb2473 add sonarr
2019-05-31 11:57:29 +02:00

37 lines
750 B
JSON

{
"name": "sonarr",
"version": "0.1.0",
"slug": "sonarr",
"legacy": true,
"description": "PVR for usenet and bittorrent users",
"url": "https://github.com/petersendev/hassio-addons/sonarr",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"8989/tcp": 8989
},
"ports_description": {
"8989/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:8989]",
"boot": "auto",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"image": "petersendev/hassio-sonarr-{arch}"
}