diff --git a/nzbget/CHANGELOG.md b/nzbget/CHANGELOG.md index 2b396b39c..49be00c71 100644 --- a/nzbget/CHANGELOG.md +++ b/nzbget/CHANGELOG.md @@ -1,6 +1,7 @@ - ## v25.2-ls203 (05-07-2025) + - Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) + ## v25.1-ls202 (28-06-2025) - Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) diff --git a/nzbget/config.json b/nzbget/config.json index 0e33fcbd8..5ef0acd0f 100644 --- a/nzbget/config.json +++ b/nzbget/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "usenet downloader", "devices": [ @@ -76,12 +72,7 @@ "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, @@ -95,10 +86,7 @@ "ports_description": { "6789/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int",