mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
crlf to lf + sort json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "techblog/arpspoof-docker:latest",
|
||||
"aarch64": "techblog/arpspoof-docker:latest",
|
||||
"amd64": "techblog/arpspoof-docker:latest"
|
||||
"amd64": "techblog/arpspoof-docker:latest",
|
||||
"armv7": "techblog/arpspoof-docker:latest"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "block internet connection for local network devices",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
"map": [],
|
||||
"host_network": true,
|
||||
"map": [],
|
||||
"name": "Arpspoof",
|
||||
"options": {
|
||||
"ROUTER_IP": "yourip"
|
||||
@@ -17,10 +21,13 @@
|
||||
"ports_description": {
|
||||
"7022/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"ROUTER_IP": "str",
|
||||
"INTERFACE_NAME": "str?"
|
||||
"INTERFACE_NAME": "str?",
|
||||
"ROUTER_IP": "str"
|
||||
},
|
||||
"slug": "arpspoof",
|
||||
"upstream": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user