mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-22 12:42:21 +01:00
Commit 734a824 was triggered by the daily_README.yaml workflow which
temporarily renames addon folders to their .name for README generation.
Both netalertx and netalertx_fa share name: NetAlertX, causing mv to
move netalertx inside the already-renamed netalertx_fa directory.
Fix: add [ ! -e "$NAME" ] guard to prevent rename when target exists.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/b23b6b99-d4da-4c4e-926f-4067af6f16a0
46 lines
1023 B
YAML
46 lines
1023 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_entry: devices.php
|
|
ingress_port: 20211
|
|
ingress_stream: true
|
|
init: false
|
|
map:
|
|
- addon_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: Europe/Berlin
|
|
NETALERTX_DATA: /config
|
|
NETALERTX_CONFIG: /config/config
|
|
NETALERTX_CONFIG_FILE: /config/config/app.conf
|
|
NETALERTX_DB: /config/db
|
|
NETALERTX_DB_FILE: /config/db/app.db
|
|
TMP_DIR: /tmp/tmp
|
|
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-6"
|