Merge pull request #1698 from jokob-sk/master

[netalertx] armv6 removal + host network
This commit is contained in:
Alexandre
2025-01-06 10:20:38 +01:00
committed by GitHub
3 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
## 0.0.2
- armv6 removal, host network
## 0.0.1 ## 0.0.1
- Initial commit - Initial commit

View File

@@ -1,9 +1,8 @@
{ {
"build_from": { "build_from": {
"aarch64": "netalertx:latest", "aarch64": "jokobsk/netalertx:latest",
"amd64": "netalertx:latest", "amd64": "jokobsk/netalertx:latest",
"armv7": "netalertx:latest", "armv7": "jokobsk/netalertx:latest"
"armv6": "netalertx:latest"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -2,8 +2,7 @@
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
"armv7", "armv7"
"armv6"
], ],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector", "description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector",
@@ -71,6 +70,7 @@
"TZ": "Europe/Berlin", "TZ": "Europe/Berlin",
"APP_CONF_OVERRIDE":{"GRAPHQL_PORT":"20212"} "APP_CONF_OVERRIDE":{"GRAPHQL_PORT":"20212"}
}, },
"host_network": true,
"image": "ghcr.io/alexbelgium/netalertx-{arch}", "image": "ghcr.io/alexbelgium/netalertx-{arch}",
"init": false, "init": false,
"map": [ "map": [