mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 10:31:26 +02:00
update version to enable new smb code
This commit is contained in:
@@ -1,33 +1,7 @@
|
||||
{
|
||||
"name": "Sonarr NAS",
|
||||
"version": "3.0.6.1342",
|
||||
"upstream": "3.0.6.1342",
|
||||
"slug": "sonarr_nas",
|
||||
"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. ",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"8989/tcp": 8989
|
||||
},
|
||||
"ports_description": {
|
||||
"8989/tcp": "web interface"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"devices": [
|
||||
"/dev/sda1",
|
||||
"/dev/sdb1",
|
||||
@@ -44,12 +18,12 @@
|
||||
"/dev/sdf2",
|
||||
"/dev/sdg2"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:8989]",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Sonarr NAS",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0,
|
||||
@@ -57,6 +31,13 @@
|
||||
"cifsusername": "<username>",
|
||||
"cifspassword": "<password>"
|
||||
},
|
||||
"ports": {
|
||||
"8989/tcp": 8989
|
||||
},
|
||||
"ports_description": {
|
||||
"8989/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
@@ -66,5 +47,11 @@
|
||||
"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-2",
|
||||
"webui": "http://[HOST]:[PORT:8989]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user