Updater bot : prowlarr updated to nightly-2.0.1.5101-ls203

This commit is contained in:
alexbelgium
2025-07-05 01:58:22 +02:00
parent 78ee53dd59
commit 4158bd34c3
3 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 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)
## nightly-2.0.1.5095-ls203 (21-06-2025)
- 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",
"description": "Torrent Trackers and Usenet indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"devices": [
@@ -71,7 +74,12 @@
},
"image": "ghcr.io/alexbelgium/prowlarr-{arch}",
"init": false,
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Prowlarr NAS",
"options": {
"PGID": 0,
@@ -83,7 +91,10 @@
"ports_description": {
"9696/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -98,6 +109,6 @@
"slug": "prowlarr",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-2.0.1.5095-ls203",
"version": "nightly-2.0.1.5101-ls203",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9696]"
}

View File

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