From d4cfc04ebb62b8d5dcdf88b41ac2be887e9a5a8f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 23:59:16 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- jackett/CHANGELOG.md | 3 ++- jackett/config.json | 18 +++--------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index 35b5f1c57..d8d1a3b58 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 0.22.2117 (05-07-2025) + - Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases) + ## 0.22.2064 (28-06-2025) - Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases) diff --git a/jackett/config.json b/jackett/config.json index 9c02f3eb4..fa2648842 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "Translates queries from apps (Sonarr, Sickrage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software", "devices": [ @@ -75,12 +71,7 @@ }, "image": "ghcr.io/alexbelgium/jackett_nas-{arch}", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Jackett NAS", "options": { "PGID": 0, @@ -94,10 +85,7 @@ "8889/tcp": "Alternative port", "9117/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int",