mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user