mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 06:11:49 +02:00
add sonarr
This commit is contained in:
37
sonarr/config.json
Normal file
37
sonarr/config.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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}"
|
||||
}
|
||||
Reference in New Issue
Block a user