mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-18 18:52:10 +01:00
40 lines
889 B
YAML
40 lines
889 B
YAML
arch:
|
|
- aarch64
|
|
- amd64
|
|
description: "\U0001F5A7\U0001F50D Centralized network visibility and continuous asset discovery."
|
|
hassio_api: true
|
|
host_network: true
|
|
image: ghcr.io/alexbelgium/netalertx-{arch}
|
|
ingress: true
|
|
ingress_port: 20211
|
|
ingress_stream: true
|
|
init: false
|
|
map:
|
|
- config:rw
|
|
name: NetAlertX
|
|
panel_icon: mdi:wifi-check
|
|
ports:
|
|
20211/tcp: 20211
|
|
20212/tcp: 20212
|
|
ports_description:
|
|
20211/tcp: NetAlertX WebUI port
|
|
20212/tcp: GraphQL & MCP port
|
|
privileged:
|
|
- NET_ADMIN
|
|
- NET_RAW
|
|
environment:
|
|
PUID: "20211"
|
|
PGID: "20211"
|
|
TZ: Atlantic/Reykjavik
|
|
# Home assistant grants excessive priviliges and does not support application integrity
|
|
SKIP_STARTUP_CHECKS: excessive capabilities.sh,appliance integrity.sh
|
|
schema:
|
|
TZ: str?
|
|
services:
|
|
- mqtt:want
|
|
slug: netalertx
|
|
tmpfs: true
|
|
udev: true
|
|
url: https://github.com/alexbelgium/hassio-addons
|
|
version: "26.3.16-1"
|