From df6f43ed7ed021be87cc353282b73b13bb31730b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 00:00:54 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- sabnzbd/CHANGELOG.md | 13 ++++++++++++- sabnzbd/config.json | 17 +++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 55fc9ac2f..d2015141e 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,34 +1,45 @@ - ## 4.5.2 (12-07-2025) + - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.5.1 (12-04-2025) + - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.5.0 (05-04-2025) + - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 4.4.1-2 (10-02-2025) + - New config logic, files migrated to /addon_configs/xxx-sabnzbd ## 4.4.1 (21-12-2024) + - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.4.0 (14-12-2024) + - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.3.3 (24-08-2024) + - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.3.2 (01-06-2024) + - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.3.1 (11-05-2024) + - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.3.0 (04-05-2024) + - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.2.3 (16-03-2024) + - Update to latest version from linuxserver/docker-sabnzbd ## 4.2.2 (03-02-2024) diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 0b7b93a74..7ba30b783 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Makes Usenet as simple and streamlined as possible by automating everything we can", "devices": [ @@ -75,12 +72,7 @@ "image": "ghcr.io/alexbelgium/sabnzbd-{arch}", "ingress_entry": "sabnzbd", "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": "Sabnzbd", "options": { "PGID": 0, @@ -94,10 +86,7 @@ "ports_description": { "8080/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int",