Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[netalertx] armv6 removal + host network #1698

Merged
merged 7 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions netalertx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- armv6 removal, host network

## 0.0.1

- Initial commit
7 changes: 3 additions & 4 deletions netalertx/build.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions netalertx/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{

Check warning on line 1 in netalertx/config.json

View workflow job for this annotation

GitHub Actions / Addon linting (netalertx)

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config
"arch": [
"aarch64",
"amd64",
"armv7",
"armv6"
"armv7"
],
"codenotary": "[email protected]",
"description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector",
Expand Down Expand Up @@ -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": [
Expand Down
Loading