Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -3,5 +3,8 @@
"aarch64": "techblog/arpspoof-docker:latest",
"amd64": "techblog/arpspoof-docker:latest",
"armv7": "techblog/arpspoof-docker:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -1,10 +1,6 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "block internet connection for local network devices",
"devices": [],
@@ -21,10 +17,7 @@
"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"
@@ -32,6 +25,7 @@
"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]"
}