mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Merge pull request #1698 from jokob-sk/master
[netalertx] armv6 removal + host network
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.0.2
|
||||
|
||||
- armv6 removal, host network
|
||||
|
||||
## 0.0.1
|
||||
|
||||
- Initial commit
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "netalertx:latest",
|
||||
"amd64": "netalertx:latest",
|
||||
"armv7": "netalertx:latest",
|
||||
"armv6": "netalertx:latest"
|
||||
"aarch64": "jokobsk/netalertx:latest",
|
||||
"amd64": "jokobsk/netalertx:latest",
|
||||
"armv7": "jokobsk/netalertx:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armv6"
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector",
|
||||
@@ -71,6 +70,7 @@
|
||||
"TZ": "Europe/Berlin",
|
||||
"APP_CONF_OVERRIDE":{"GRAPHQL_PORT":"20212"}
|
||||
},
|
||||
"host_network": true,
|
||||
"image": "ghcr.io/alexbelgium/netalertx-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
|
||||
Reference in New Issue
Block a user