GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-04 23:59:37 +00:00
parent db6c0c7d51
commit cc3e02fce2

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"codenotary": "alexandrep.github@gmail.com",
"description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector",
"environment": {
@@ -20,12 +16,7 @@
"ingress_port": 0,
"ingress_stream": true,
"init": false,
"map": [
"addon_config:rw",
"media:rw",
"share:rw",
"ssl"
],
"map": ["addon_config:rw", "media:rw", "share:rw", "ssl"],
"name": "NetAlertX Full Access",
"panel_icon": "mdi:wifi-check",
"ports": {
@@ -36,19 +27,12 @@
"20211/tcp": "WebUI port",
"20212/tcp": "GraphQL port"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN",
"NET_RAW"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN", "NET_RAW"],
"schema": {
"APP_CONF_OVERRIDE": "str?",
"TZ": "str?"
},
"services": [
"mqtt:want"
],
"services": ["mqtt:want"],
"slug": "netalertx_fa",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",