mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
42 lines
853 B
JSON
42 lines
853 B
JSON
{
|
|
"name": "radarr",
|
|
"version": "0.3.0",
|
|
"slug": "radarr",
|
|
"legacy": true,
|
|
"maintenance": {
|
|
"github_release": "https://github.com/linuxserver/docker-radarr",
|
|
"version_regex": "v(\\d+\\.\\d+\\.\\d+\\.\\d+)-(ls\\d+)"
|
|
},
|
|
"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}"
|
|
}
|