mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02: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
|
## 0.0.1
|
||||||
|
|
||||||
- Initial commit
|
- Initial commit
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user