try again with marcelveldt repo

This commit is contained in:
Alexandre
2020-12-07 13:51:15 +01:00
parent 6905b740d5
commit 7f7e9618fa
6 changed files with 39 additions and 29 deletions

View File

@@ -1,29 +0,0 @@
{
"name": "Radarr",
"version": "latest",
"slug": "radarr_docker",
"description": "Radarr add-on based on the prebuilt docker image from linuxserver",
"url": "https://github.com/marcelveldt/hassio-addons-repo/radarr",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"7878/tcp": 7878
},
"map": [
"backup:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:7878]",
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
},
"options": {},
"schema": {}
}