Updater bot : prowlarr updated to nightly-alpine-0.2.0.1419-ls26

This commit is contained in:
alexbelgium
2022-01-19 15:31:15 +01:00
parent 318284fe38
commit 29bc3bbb59
2 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## nightly-alpine-0.2.0.1419-ls26 (19-01-2022)
- Update to latest version from linuxserver/docker-prowlarr
- Automatic builds (reduced size, local wear, install duration...) - Automatic builds (reduced size, local wear, install duration...)
## nightly-alpine-0.2.0.1407-ls25 (18-01-2022) ## nightly-alpine-0.2.0.1407-ls25 (18-01-2022)

View File

@@ -1,6 +1,10 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required", "description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"environment": { "environment": {
@@ -8,7 +12,12 @@
"PGID": "0" "PGID": "0"
}, },
"image": "ghcr.io/alexbelgium/prowlarr-{arch}", "image": "ghcr.io/alexbelgium/prowlarr-{arch}",
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Prowlarr NAS", "name": "Prowlarr NAS",
"options": { "options": {
"PUID": 0, "PUID": 0,
@@ -23,7 +32,10 @@
"ports_description": { "ports_description": {
"9696/tcp": "web interface" "9696/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",
@@ -35,8 +47,8 @@
}, },
"slug": "prowlarr", "slug": "prowlarr",
"startup": "services", "startup": "services",
"upstream": "nightly-alpine-0.2.0.1407-ls25", "upstream": "nightly-alpine-0.2.0.1419-ls26",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-alpine-0.2.0.1407-ls25", "version": "nightly-alpine-0.2.0.1419-ls26",
"webui": "http://[HOST]:[PORT:9696]" "webui": "http://[HOST]:[PORT:9696]"
} }