From 6a3a9ac47fc453b85f396c69cbaa1b7b437c1c5e 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:14 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- nzbget/CHANGELOG.md | 3 ++- nzbget/config.json | 18 +++--------------- photoprism/CHANGELOG.md | 16 +++++++++++++++- photoprism/config.json | 22 ++++------------------ 4 files changed, 24 insertions(+), 35 deletions(-) diff --git a/nzbget/CHANGELOG.md b/nzbget/CHANGELOG.md index dcad86760..c4a59f7f3 100644 --- a/nzbget/CHANGELOG.md +++ b/nzbget/CHANGELOG.md @@ -1,6 +1,7 @@ - ## v25.2-ls205 (12-07-2025) + - Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) + ## v25.2-ls203 (05-07-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 d9c3c9fd8..0e812ea80 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", diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index 6444a51c9..2b046f530 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,33 +1,46 @@ - ## ubuntu-2025-07-07 (2025-07-07) + - Update to latest version from photoprism/photoprism ## ubuntu-2025-04-26 (2025-04-26) + - Update to latest version from photoprism/photoprism ## ubuntu-2025-04-25 (2025-04-25) + - Update to latest version from photoprism/photoprism ## ubuntu-2025-03-21 (2025-03-21) + - Update to latest version from photoprism/photoprism + ## ubuntu-2025-02-28-8 (02-03-2025) + - Fix ssl error - Update to latest version from photoprism/photoprism ## ubuntu-2024-09-15 (2024-09-15) + - Update to latest version from photoprism/photoprism ## ubuntu-2024-07-11 (2024-07-11) + - Update to latest version from photoprism/photoprism + ## ubuntu-2024-05-31-3 (10-06-2024) + - Minor bugs fixed ## ubuntu-2024-05-31 (2024-05-31) + - Update to latest version from photoprism/photoprism ## ubuntu-2024-05-23 (2024-05-23) + - Update to latest version from photoprism/photoprism + ## 240420-ef5f14bc4 (18-05-2024) + - Minor bugs fixed ## preview-ubuntu-2023-04-29-4 (2023-12-04) @@ -37,6 +50,7 @@ ## preview-ubuntu-2023-04-29 (2023-04-29) - Update to latest version from photoprism/photoprism + ## 231021 (22-10-2023) - Update to latest version from photoprism/photoprism diff --git a/photoprism/config.json b/photoprism/config.json index b885cf16b..fcaf4d1d0 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "A server-based application for browsing, organizing and sharing your personal photo collection", "devices": [ @@ -79,12 +76,7 @@ "image": "ghcr.io/alexbelgium/photoprism-{arch}", "ingress": true, "ingress_stream": true, - "map": [ - "media:rw", - "share:rw", - "config:rw", - "ssl:ro" - ], + "map": ["media:rw", "share:rw", "config:rw", "ssl:ro"], "name": "Photoprism", "options": { "BACKUP_PATH": "/share/photoprism/backup", @@ -106,11 +98,7 @@ "ports_description": { "2342/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "SYS_RAWIO", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"], "schema": { "BACKUP_PATH": "str", "CONFIG_LOCATION": "str", @@ -130,9 +118,7 @@ "networkdisks": "str?", "ssl": "bool" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "photoprism", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons",