GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-15 14:40:38 +00:00
parent 4794d22f2b
commit c6e5dc8f6b
86 changed files with 130 additions and 562 deletions

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Translates queries from apps (Sonarr, Sickrage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
"devices": [
@@ -75,12 +71,7 @@
},
"image": "ghcr.io/alexbelgium/jackett_nas-{arch}",
"init": false,
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Jackett NAS",
"options": {
"PGID": 0,
@@ -94,10 +85,7 @@
"8889/tcp": "Alternative port",
"9117/tcp": "Web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",