GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-04 23:59:47 +00:00
parent cc3e02fce2
commit 153de4be49
2 changed files with 5 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
## 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)
## v25.1-ls202 (28-06-2025) ## v25.1-ls202 (28-06-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",