update version to enable new smb code

This commit is contained in:
Alexandre
2021-10-23 16:32:44 +02:00
parent 578f077d3b
commit fd575d825f
16 changed files with 359 additions and 500 deletions

View File

@@ -1,10 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Book Manager and Automation",
"devices": [
@@ -27,12 +22,7 @@
"PUID": "0",
"PGID": "0"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
"name": "readarr NAS",
"options": {
"PUID": 0,
@@ -47,10 +37,7 @@
"ports_description": {
"8787/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -63,6 +50,6 @@
"slug": "readarr_nas",
"upstream": "nightly-0.1.0.997-ls19",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-0.1.0.997-ls19",
"version": "nightly-0.1.0.997-ls19-2",
"webui": "http://[HOST]:[PORT:8787]"
}