mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 12:36:29 +01:00
Updater bot : readarr updated to nightly-alpine-0.1.0.1189-ls16
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## nightly-alpine-0.1.0.1189-ls16 (20-01-2022)
|
||||
- Update to latest version from linuxserver/docker-readarr
|
||||
## nightly-alpine-0.1.0.1181-ls14 (19-01-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-readarr
|
||||
|
||||
@@ -1,13 +1,17 @@
|
||||
{
|
||||
"name": "Readarr NAS",
|
||||
"version": "nightly-alpine-0.1.0.1181-ls14",
|
||||
"version": "nightly-alpine-0.1.0.1189-ls16",
|
||||
"slug": "readarr_nas",
|
||||
"description": "Book Manager and Automation",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"upstream": "nightly-alpine-0.1.0.1181-ls14",
|
||||
"upstream": "nightly-alpine-0.1.0.1189-ls16",
|
||||
"webui": "http://[HOST]:[PORT:8787]",
|
||||
"startup": "services",
|
||||
"devices": [
|
||||
@@ -46,7 +50,12 @@
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0,
|
||||
@@ -58,7 +67,10 @@
|
||||
"ports_description": {
|
||||
"8787/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
|
||||
Reference in New Issue
Block a user