This commit is contained in:
Alexandre
2021-10-23 17:07:04 +02:00
4 changed files with 26 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
## 0.19.34 (23-10-2021)
- Update to latest version from linuxserver/docker-jackett
## 0.19.16 (23-10-2021) ## 0.19.16 (23-10-2021)
- Update to latest version from linuxserver/docker-jackett - Update to latest version from linuxserver/docker-jackett

View File

@@ -1,7 +1,7 @@
{ {
"name": "Jackett NAS", "name": "Jackett NAS",
"version": "0.19.16", "version": "0.19.34",
"upstream": "0.19.16", "upstream": "0.19.34",
"slug": "jackett_nas", "slug": "jackett_nas",
"description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software", "description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",

View File

@@ -1,3 +1,6 @@
## 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 - 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
## nightly-0.1.0.997-ls19 (19-10-2021) ## nightly-0.1.0.997-ls19 (19-10-2021)

View File

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