mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 06:41:51 +02:00
Sorted json
This commit is contained in:
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user