Updater bot : prowlarr updated to nightly-2.0.2.5111-ls204

This commit is contained in:
alexbelgium
2025-07-12 01:58:32 +02:00
parent a2bda712a6
commit e18bec7199
3 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## nightly-2.0.2.5111-ls204 (12-07-2025)
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
## nightly-2.0.1.5101-ls203 (05-07-2025) ## nightly-2.0.1.5101-ls203 (05-07-2025)
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) - Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)

View File

@@ -1,5 +1,8 @@
{ {
"arch": ["aarch64", "amd64"], "arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"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",
"devices": [ "devices": [
@@ -71,7 +74,12 @@
}, },
"image": "ghcr.io/alexbelgium/prowlarr-{arch}", "image": "ghcr.io/alexbelgium/prowlarr-{arch}",
"init": false, "init": false,
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Prowlarr NAS", "name": "Prowlarr NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -83,7 +91,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": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -98,6 +109,6 @@
"slug": "prowlarr", "slug": "prowlarr",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-2.0.1.5101-ls203", "version": "nightly-2.0.2.5111-ls204",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9696]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9696]"
} }

View File

@@ -1,10 +1,10 @@
{ {
"github_beta": "true", "github_beta": "true",
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "05-07-2025", "last_update": "12-07-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "prowlarr", "slug": "prowlarr",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-prowlarr", "upstream_repo": "linuxserver/docker-prowlarr",
"upstream_version": "nightly-2.0.1.5101-ls203" "upstream_version": "nightly-2.0.2.5111-ls204"
} }