mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 22:31:49 +02: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,
|
"apparmor": true,
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
@@ -6,13 +11,15 @@
|
|||||||
"armv7",
|
"armv7",
|
||||||
"armhf"
|
"armhf"
|
||||||
],
|
],
|
||||||
|
"boot": "auto",
|
||||||
|
"upstream": "1.0.2",
|
||||||
|
"webui": "http://[HOST]:[PORT:6767]",
|
||||||
|
"startup": "services",
|
||||||
"backup_exclude": [
|
"backup_exclude": [
|
||||||
"**/Backups/*",
|
"**/Backups/*",
|
||||||
"**/logs/*",
|
"**/logs/*",
|
||||||
"**/MediaCover/*"
|
"**/MediaCover/*"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
|
||||||
"description": "Companion application to Sonarr and Radarr to download subtitles",
|
|
||||||
"devices": [
|
"devices": [
|
||||||
"/dev/sda",
|
"/dev/sda",
|
||||||
"/dev/sdb",
|
"/dev/sdb",
|
||||||
@@ -56,7 +63,6 @@
|
|||||||
"media:rw",
|
"media:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"name": "Bazarr NAS",
|
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0
|
"PGID": 0
|
||||||
@@ -78,11 +84,5 @@
|
|||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"cifspassword": "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,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||||
"boot": "auto",
|
"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": [
|
"devices": [
|
||||||
"/dev/sda",
|
"/dev/sda",
|
||||||
"/dev/sdb",
|
"/dev/sdb",
|
||||||
@@ -40,7 +47,6 @@
|
|||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
},
|
},
|
||||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||||
"name": "Radarr NAS",
|
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
@@ -64,11 +70,5 @@
|
|||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"smbv1": "bool?"
|
"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,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||||
"boot": "auto",
|
"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": [
|
"devices": [
|
||||||
"/dev/sda",
|
"/dev/sda",
|
||||||
"/dev/sdb",
|
"/dev/sdb",
|
||||||
@@ -40,7 +47,6 @@
|
|||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
},
|
},
|
||||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||||
"name": "Sonarr NAS",
|
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
@@ -64,11 +70,5 @@
|
|||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"smbv1": "bool?"
|
"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