Updater bot : nzbget updated to v25.1-ls202

This commit is contained in:
alexbelgium
2025-06-28 01:57:46 +02:00
parent 525b814b7f
commit 00b822e313
3 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## v25.1-ls202 (28-06-2025)
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
## v25.0-ls202 (21-06-2025)
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)

View File

@@ -1,5 +1,9 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "usenet downloader",
"devices": [
@@ -72,7 +76,12 @@
"image": "ghcr.io/alexbelgium/nzbget-{arch}",
"ingress": true,
"init": false,
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "media:rw"],
"map": [
"addon_config:rw",
"homeassistant_config:rw",
"share:rw",
"media:rw"
],
"name": "Nzbget",
"options": {
"PGID": 0,
@@ -86,7 +95,10 @@
"ports_description": {
"6789/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -100,5 +112,5 @@
"slug": "nzbget",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v25.0-ls202"
"version": "v25.1-ls202"
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "21-06-2025",
"last_update": "28-06-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "nzbget",
"source": "github",
"upstream_repo": "linuxserver/docker-nzbget",
"upstream_version": "v25.0-ls202"
"upstream_version": "v25.1-ls202"
}