Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,7 +1,12 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "block internet connection for local network devices",
"devices": [],
"environment": {},
@@ -17,7 +22,10 @@
"ports_description": {
"7022/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"INTERFACE_NAME": "str?",
"ROUTER_IP": "str"
@@ -25,7 +33,6 @@
"slug": "arpspoof",
"upstream": "1.0.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpsoof",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.0.0",
"webui": "http://[HOST]:[PORT:7022]"
}