GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-12 00:00:14 +00:00
parent 89ace01300
commit 6a3a9ac47f
4 changed files with 24 additions and 35 deletions

View File

@@ -1,6 +1,7 @@
## v25.2-ls205 (12-07-2025) ## v25.2-ls205 (12-07-2025)
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) - Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
## v25.2-ls203 (05-07-2025) ## v25.2-ls203 (05-07-2025)
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) - Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)

View File

@@ -1,9 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "usenet downloader", "description": "usenet downloader",
"devices": [ "devices": [
@@ -76,12 +72,7 @@
"image": "ghcr.io/alexbelgium/nzbget-{arch}", "image": "ghcr.io/alexbelgium/nzbget-{arch}",
"ingress": true, "ingress": true,
"init": false, "init": false,
"map": [ "map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "media:rw"],
"addon_config:rw",
"homeassistant_config:rw",
"share:rw",
"media:rw"
],
"name": "Nzbget", "name": "Nzbget",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -95,10 +86,7 @@
"ports_description": { "ports_description": {
"6789/tcp": "web interface" "6789/tcp": "web interface"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",

View File

@@ -1,33 +1,46 @@
## ubuntu-2025-07-07 (2025-07-07) ## ubuntu-2025-07-07 (2025-07-07)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## ubuntu-2025-04-26 (2025-04-26) ## ubuntu-2025-04-26 (2025-04-26)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## ubuntu-2025-04-25 (2025-04-25) ## ubuntu-2025-04-25 (2025-04-25)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## ubuntu-2025-03-21 (2025-03-21) ## ubuntu-2025-03-21 (2025-03-21)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## ubuntu-2025-02-28-8 (02-03-2025) ## ubuntu-2025-02-28-8 (02-03-2025)
- Fix ssl error - Fix ssl error
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## ubuntu-2024-09-15 (2024-09-15) ## ubuntu-2024-09-15 (2024-09-15)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## ubuntu-2024-07-11 (2024-07-11) ## ubuntu-2024-07-11 (2024-07-11)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## ubuntu-2024-05-31-3 (10-06-2024) ## ubuntu-2024-05-31-3 (10-06-2024)
- Minor bugs fixed - Minor bugs fixed
## ubuntu-2024-05-31 (2024-05-31) ## ubuntu-2024-05-31 (2024-05-31)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## ubuntu-2024-05-23 (2024-05-23) ## ubuntu-2024-05-23 (2024-05-23)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## 240420-ef5f14bc4 (18-05-2024) ## 240420-ef5f14bc4 (18-05-2024)
- Minor bugs fixed - Minor bugs fixed
## preview-ubuntu-2023-04-29-4 (2023-12-04) ## preview-ubuntu-2023-04-29-4 (2023-12-04)
@@ -37,6 +50,7 @@
## preview-ubuntu-2023-04-29 (2023-04-29) ## preview-ubuntu-2023-04-29 (2023-04-29)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## 231021 (22-10-2023) ## 231021 (22-10-2023)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism

View File

@@ -1,8 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64"],
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "A server-based application for browsing, organizing and sharing your personal photo collection", "description": "A server-based application for browsing, organizing and sharing your personal photo collection",
"devices": [ "devices": [
@@ -79,12 +76,7 @@
"image": "ghcr.io/alexbelgium/photoprism-{arch}", "image": "ghcr.io/alexbelgium/photoprism-{arch}",
"ingress": true, "ingress": true,
"ingress_stream": true, "ingress_stream": true,
"map": [ "map": ["media:rw", "share:rw", "config:rw", "ssl:ro"],
"media:rw",
"share:rw",
"config:rw",
"ssl:ro"
],
"name": "Photoprism", "name": "Photoprism",
"options": { "options": {
"BACKUP_PATH": "/share/photoprism/backup", "BACKUP_PATH": "/share/photoprism/backup",
@@ -106,11 +98,7 @@
"ports_description": { "ports_description": {
"2342/tcp": "Web interface" "2342/tcp": "Web interface"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"BACKUP_PATH": "str", "BACKUP_PATH": "str",
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
@@ -130,9 +118,7 @@
"networkdisks": "str?", "networkdisks": "str?",
"ssl": "bool" "ssl": "bool"
}, },
"services": [ "services": ["mysql:want"],
"mysql:want"
],
"slug": "photoprism", "slug": "photoprism",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",