mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : nzbget updated to v25.1-ls202
This commit is contained in:
@@ -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)
|
## v25.0-ls202 (21-06-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
|
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "usenet downloader",
|
"description": "usenet downloader",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -72,7 +76,12 @@
|
|||||||
"image": "ghcr.io/alexbelgium/nzbget-{arch}",
|
"image": "ghcr.io/alexbelgium/nzbget-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"init": false,
|
"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",
|
"name": "Nzbget",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
@@ -86,7 +95,10 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"6789/tcp": "web interface"
|
"6789/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",
|
||||||
@@ -100,5 +112,5 @@
|
|||||||
"slug": "nzbget",
|
"slug": "nzbget",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "v25.0-ls202"
|
"version": "v25.1-ls202"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_fulltag": "true",
|
"github_fulltag": "true",
|
||||||
"last_update": "21-06-2025",
|
"last_update": "28-06-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "nzbget",
|
"slug": "nzbget",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "linuxserver/docker-nzbget",
|
"upstream_repo": "linuxserver/docker-nzbget",
|
||||||
"upstream_version": "v25.0-ls202"
|
"upstream_version": "v25.1-ls202"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user