mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Updater bot : prowlarr updated to nightly-2.0.1.5101-ls203
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user