From 674ea92ee2de281187b5443d69d4663120a673e9 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:57:27 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- codex/CHANGELOG.md | 28 +++++++++++++++++++++++++++- codex/config.json | 16 +++------------- 2 files changed, 30 insertions(+), 14 deletions(-) diff --git a/codex/CHANGELOG.md b/codex/CHANGELOG.md index fbada98d7..ea0882130 100644 --- a/codex/CHANGELOG.md +++ b/codex/CHANGELOG.md @@ -1,81 +1,107 @@ - ## 1.7.13 (21-06-2025) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.7.12 (12-04-2025) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.7.11 (08-03-2025) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.7.10 (23-11-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.7.8 (16-11-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.7.5 (02-11-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.7.3 (26-10-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.7.2 (19-10-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.7.1 (12-10-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.7.0 (05-10-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.6.19 (14-09-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.6.17 (10-08-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.6.16 (03-08-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) + ## 1.6.15 (24-07-2024) + - Minor bugs fixed ## 1.6.9 (20-07-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.6.8 (13-07-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.6.3 (29-06-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.6.2 (22-06-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.6.0 (15-06-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.5.19 (25-05-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.5.17 (27-04-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.5.15 (13-04-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.5.13 (06-04-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.5.12 (30-03-2024) + - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) ## 1.5.5 (23-03-2024) + - Update to latest version from ajslater/codex ## 0.1 (08-03-2024) - Minor bugs fixed + ## 1.4.3-5 (06-03-2024) - New addon diff --git a/codex/config.json b/codex/config.json index 676e191e7..2d40d4369 100644 --- a/codex/config.json +++ b/codex/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Web based comic archive browser and reader", "devices": [ @@ -69,11 +66,7 @@ "image": "ghcr.io/alexbelgium/codex-{arch}", "ingress": true, "ingress_stream": true, - "map": [ - "addon_config:rw", - "media:rw", - "share:rw" - ], + "map": ["addon_config:rw", "media:rw", "share:rw"], "name": "Codex", "options": { "PGID": "0", @@ -88,10 +81,7 @@ "ports_description": { "9810/tcp": "Web UI port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "CODEX_RESET_ADMIN": "int?", "CODEX_SKIP_INTEGRITY_CHECK": "int?",