From bccf9c6050c5f0bfab6c7858467f239caef7be02 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 23:57:27 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- calibre/CHANGELOG.md | 3 ++- calibre/config.json | 11 ++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 5fe80448d..c355d4b51 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 8.6.0 (12-07-2025) + - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 8.5.0 (21-06-2025) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) diff --git a/calibre/config.json b/calibre/config.json index c09bacfae..bfe0ed1f9 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "description": "e-book manager", "devices": [ "/dev/dri", @@ -103,11 +100,7 @@ "8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui", "9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH", - "NET_ADMIN" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], "schema": { "CLI_ARGS": "str?", "PASSWORD": "str?",