amrv7 addition

This commit is contained in:
Alexandre
2020-12-04 15:05:23 +01:00
parent 0fbd87ddbc
commit fa2cd07c51
20 changed files with 3 additions and 315 deletions

View File

@@ -1,47 +0,0 @@
{
"name": "sonarr",
"version": "0.4.1",
"slug": "sonarr",
"legacy": false,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-sonarr",
"version_regex": "(\\d+\\.\\d+\\.\\d+\\.\\d+)-(ls\\d+)"
},
"description": "PVR for usenet and bittorrent users",
"url": "https://github.com/petersendev/hassio-addons/tree/master/sonarr#readme",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"8989/tcp": 8989
},
"ports_description": {
"8989/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:8989]",
"boot": "auto",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"snapshot_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
]
}