mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Update to nightly-0.1.0.1003-ls22
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## nightly-0.1.0.1003-ls22 (28-10-2021)
|
||||
- Update to latest version from linuxserver/docker-readarr
|
||||
|
||||
## nightly-0.1.0.998-ls20 (23-10-2021)
|
||||
- Update to latest version from linuxserver/docker-readarr
|
||||
- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "Book Manager and Automation",
|
||||
"devices": [
|
||||
@@ -23,7 +28,12 @@
|
||||
"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,
|
||||
@@ -38,7 +48,10 @@
|
||||
"ports_description": {
|
||||
"8787/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
@@ -49,8 +62,8 @@
|
||||
"cifspassword": "str?"
|
||||
},
|
||||
"slug": "readarr_nas",
|
||||
"upstream": "nightly-0.1.0.998-ls20",
|
||||
"upstream": "nightly-0.1.0.1003-ls22",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "nightly-0.1.0.998-ls20-2",
|
||||
"version": "nightly-0.1.0.1003-ls22",
|
||||
"webui": "http://[HOST]:[PORT:8787]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user