add radarr

This commit is contained in:
Arne Petersen
2019-05-31 12:21:56 +02:00
parent 8ecfa6a299
commit 3387b95d87
7 changed files with 104 additions and 0 deletions

37
radarr/config.json Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "radarr",
"version": "0.1.0",
"slug": "radarr",
"legacy": true,
"description": "A fork of Sonarr to work with movies à la Couchpotato",
"url": "https://github.com/petersendev/hassio-addons/radarr",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"7878/tcp": 7878
},
"ports_description": {
"7878/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:7878]",
"boot": "auto",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"image": "petersendev/hassio-radarr-{arch}"
}