mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
update base images
This commit is contained in:
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"name": "radarr",
|
||||
"version": "0.1.0",
|
||||
"slug": "radarr",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-radarr"
|
||||
},
|
||||
"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}"
|
||||
}
|
||||
"name": "radarr",
|
||||
"version": "0.1.1",
|
||||
"slug": "radarr",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-radarr"
|
||||
},
|
||||
"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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user