changed configs to make it more readable

This commit is contained in:
Bruvv
2022-01-01 14:41:12 +01:00
parent c61ae45e5a
commit e2d46124ad
3 changed files with 28 additions and 28 deletions

View File

@@ -1,8 +1,15 @@
{
"name": "Radarr NAS",
"version": "3.2.2.5080-6",
"slug": "radarr_nas",
"description": "A fork of Sonarr to work with movies like Couchpotato",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/radarr/Readme.md",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "A fork of Sonarr to work with movies like Couchpotato",
"upstream": "3.2.2.5080",
"webui": "http://[HOST]:[PORT:7878]",
"startup": "services",
"devices": [
"/dev/sda",
"/dev/sdb",
@@ -40,7 +47,6 @@
"PGID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Radarr NAS",
"options": {
"PUID": 0,
"PGID": 0,
@@ -64,11 +70,5 @@
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
},
"slug": "radarr_nas",
"startup": "services",
"upstream": "3.2.2.5080",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.2.2.5080-6",
"webui": "http://[HOST]:[PORT:7878]"
}
}