mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
changed configs to make it more readable
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"name": "Bazarr NAS",
|
||||
"version": "1.0.2",
|
||||
"slug": "bazarr_nas",
|
||||
"description": "Companion application to Sonarr and Radarr to download subtitles",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/bazarr/Readme.md",
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
@@ -6,13 +11,15 @@
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"boot": "auto",
|
||||
"upstream": "1.0.2",
|
||||
"webui": "http://[HOST]:[PORT:6767]",
|
||||
"startup": "services",
|
||||
"backup_exclude": [
|
||||
"**/Backups/*",
|
||||
"**/logs/*",
|
||||
"**/MediaCover/*"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "Companion application to Sonarr and Radarr to download subtitles",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
"/dev/sdb",
|
||||
@@ -56,7 +63,6 @@
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Bazarr NAS",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
@@ -78,11 +84,5 @@
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?"
|
||||
},
|
||||
"slug": "bazarr_nas",
|
||||
"startup": "services",
|
||||
"upstream": "1.0.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.0.2",
|
||||
"webui": "http://[HOST]:[PORT:6767]"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
{
|
||||
"name": "Sonarr NAS",
|
||||
"version": "3.0.6.1342-5",
|
||||
"slug": "sonarr_nas",
|
||||
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/sonarr/Readme.md",
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"boot": "auto",
|
||||
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ",
|
||||
"upstream": "3.0.6.1342",
|
||||
"webui": "http://[HOST]:[PORT:8989]",
|
||||
"startup": "services",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
"/dev/sdb",
|
||||
@@ -40,7 +47,6 @@
|
||||
"PGID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Sonarr NAS",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0,
|
||||
@@ -64,11 +70,5 @@
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"smbv1": "bool?"
|
||||
},
|
||||
"slug": "sonarr_nas",
|
||||
"startup": "services",
|
||||
"upstream": "3.0.6.1342",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "3.0.6.1342-5",
|
||||
"webui": "http://[HOST]:[PORT:8989]"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user