GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-04 23:59:30 +00:00
parent cec22832e4
commit db6c0c7d51
2 changed files with 6 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
## 25.7.4 (05-07-2025) ## 25.7.4 (05-07-2025)
- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) - Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases)
## 25.6.7-2 (16-06-2025) ## 25.6.7-2 (16-06-2025)
- IPv6 Fix - IPv6 Fix

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": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector", "description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector",
"environment": { "environment": {
@@ -19,12 +15,7 @@
"ingress_port": 0, "ingress_port": 0,
"ingress_stream": true, "ingress_stream": true,
"init": false, "init": false,
"map": [ "map": ["addon_config:rw", "media:rw", "share:rw", "ssl"],
"addon_config:rw",
"media:rw",
"share:rw",
"ssl"
],
"name": "NetAlertX", "name": "NetAlertX",
"panel_icon": "mdi:wifi-check", "panel_icon": "mdi:wifi-check",
"ports": { "ports": {
@@ -35,19 +26,12 @@
"20211/tcp": "WebUI port", "20211/tcp": "WebUI port",
"20212/tcp": "GraphQL port" "20212/tcp": "GraphQL port"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN", "NET_RAW"],
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN",
"NET_RAW"
],
"schema": { "schema": {
"APP_CONF_OVERRIDE": "str?", "APP_CONF_OVERRIDE": "str?",
"TZ": "str?" "TZ": "str?"
}, },
"services": [ "services": ["mqtt:want"],
"mqtt:want"
],
"slug": "netalertx", "slug": "netalertx",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",