mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
|
||||
## nightly-0.1.0.991-ls16 (13-10-2021)
|
||||
- Update to latest version from linuxserver/docker-readarr
|
||||
- Initial release (nightly builds)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user