mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-06-13 08:31:20 +02:00
add new
This commit is contained in:
29
radarr/config.json
Normal file
29
radarr/config.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user