Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -1,15 +1,11 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "block internet connection for local network devices",
"devices": [],
"environment": {},
"image": "ghcr.io/alexbelgium/arpspoof-{arch}",
"map": [],
"host_network": true,
"name": "Arpspoof",
@@ -22,10 +18,7 @@
"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?"