Update to 1.0.0

This commit is contained in:
alexbelgium
2021-12-07 19:17:57 +01:00
parent 65cf5dbf5b
commit 38a09c7344
2 changed files with 17 additions and 8 deletions

View File

@@ -1 +1,4 @@
## 1.0.0 (07-12-2021)
- Update to latest version from t0mer/Arpspoof-Docker
- Initial release - Initial release

View File

@@ -1,12 +1,15 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto", "boot": "auto",
"description": "block internet connection for local network devices", "description": "block internet connection for local network devices",
"devices": [ "devices": [],
], "environment": {},
"environment": {
},
"map": [], "map": [],
"host_network": true, "host_network": true,
"name": "Arpspoof", "name": "Arpspoof",
@@ -19,14 +22,17 @@
"ports_description": { "ports_description": {
"7022/tcp": "web interface" "7022/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"ROUTER_IP": "str", "ROUTER_IP": "str",
"INTERFACE_NAME": "str?" "INTERFACE_NAME": "str?"
}, },
"slug": "arpspoof", "slug": "arpspoof",
"upstream": "1.0", "upstream": "1.0.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0", "version": "1.0.0",
"webui": "http://[HOST]:[PORT:7022]" "webui": "http://[HOST]:[PORT:7022]"
} }