diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 9f7cbfe13..809c10e59 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.24.4.5081-e362dc1ee-ls79 (13-10-2021) +- Update to latest version from linuxserver/docker-plex - Allow mounting of devices up to sdg2 ## 1.24.3.5033-757abe6b4-ls75 (21-09-2021) diff --git a/plex/config.json b/plex/config.json index d999af1b1..7b000e5dd 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,7 +1,7 @@ { "name": "Plex NAS", - "version": "1.24.3.5033-757abe6b4-ls75-2", - "upstream": "1.24.3.5033-757abe6b4-ls75", + "version": "1.24.4.5081-e362dc1ee-ls79", + "upstream": "1.24.4.5081-e362dc1ee-ls79", "slug": "plex_nas", "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.", "url": "https://github.com/alexbelgium/hassio-addons", @@ -52,8 +52,20 @@ ], "devices": [ "/dev/ttyUSB0", - "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", - "/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2" + "/dev/sda1", + "/dev/sdb1", + "/dev/sdc1", + "/dev/sdd1", + "/dev/sde1", + "/dev/sdf1", + "/dev/sdg1", + "/dev/sda2", + "/dev/sdb2", + "/dev/sdc2", + "/dev/sdd2", + "/dev/sde2", + "/dev/sdf2", + "/dev/sdg2" ], "environment": { "VERSION": "docker", diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 35bfbd5e4..d7e1a9f90 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158 (13-10-2021) +- Update to latest version from linuxserver/docker-qbittorrent - Added watchdog feature ## 14.3.8.99202110081405-7423-ac5c264e6ubuntu20.04.1-ls157 (08-10-2021) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 0332ee561..c77141178 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.8.99202110081405-7423-ac5c264e6ubuntu20.04.1-ls157", - "upstream": "14.3.8.99202110081405-7423-ac5c264e6ubuntu20.04.1-ls157", + "version": "14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158", + "upstream": "14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/readarr/CHANGELOG.md b/readarr/CHANGELOG.md index 93f181116..c58d1917a 100644 --- a/readarr/CHANGELOG.md +++ b/readarr/CHANGELOG.md @@ -1 +1,4 @@ + +## nightly-0.1.0.991-ls16 (13-10-2021) +- Update to latest version from linuxserver/docker-readarr - Initial release (nightly builds) diff --git a/readarr/Readme.md b/readarr/Readme.md index a389fa326..48450ccdf 100644 --- a/readarr/Readme.md +++ b/readarr/Readme.md @@ -7,7 +7,7 @@ --- -[Readarr](https://github.com/Readarr/Readarr) is book Manager and Automation (Sonarr for Ebooks). +[Readarr](https://github.com/Readarr/Readarr) is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them.is book Manager and Automation (Sonarr for Ebooks). This addon is based on the docker image https://github.com/linuxserver/docker-readarr # Installation diff --git a/readarr/config.json b/readarr/config.json index f48401ef5..609862ec3 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -1,5 +1,10 @@ { - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", "description": "Book Manager and Automation", "devices": [ @@ -22,7 +27,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, @@ -37,7 +47,10 @@ "ports_description": { "8787/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -48,8 +61,8 @@ "cifspassword": "str?" }, "slug": "readarr_nas", - "upstream": "0.1.0.991-ls16", + "upstream": "nightly-0.1.0.991-ls16", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.1.0.991-ls16", + "version": "nightly-0.1.0.991-ls16", "webui": "http://[HOST]:[PORT:8787]" }