About
NetAlertX is a WIFI / LAN intruder detector that scans for devices connected to your network and alerts you if new and unknown devices are found.
NetAlertX v26 introduced breaking changes that affect existing installations:
- Volume paths changed from
/app/configand/app/dbto/data/configand/data/db - Privileged mode removed in favor of specific Linux capabilities (
NET_RAW,NET_ADMIN, etc.) - New environment variables:
PUIDandPGIDfor proper user/group mapping - tmpfs mount added for
/tmp
To avoid breaking existing installs, the original netalertx app has been frozen as a legacy version and a new netalertx-v26 app has been created with the updated configuration.
What Changed
NetAlertX (Legacy)
- Frozen at version 25.11.29 — the last release before the breaking changes
- Renovate updates have been disabled for this app
- Existing users can continue running this version without any changes
- Name updated to “NetAlertX (Legacy)” for clarity
NetAlertX v26 (New)
- Uses the latest v26 release with all the new improvements
- Improved security: Replaces
privileged: truewith specific capability restrictions:cap_drop: - ALL cap_add: - NET_RAW - NET_ADMIN - NET_BIND_SERVICE - CHOWN - SETUID - SETGID - Updated volume paths:
/data/configand/data/db - New env vars:
PUID=1000,PGID=1000 - tmpfs:
/tmpmounted as tmpfs
Migration Warning
If you are migrating from the legacy version to v26, your existing data will NOT be migrated automatically. The volume paths have changed, so you will need to manually move your data. See the NetAlertX documentation for migration instructions.
App Stores
The Big Bear Universal Apps repository syncs to:
- BigBearCasaOS
- Big Bear Runtipi
- Big Bear Umbrel
- Big Bear Cosmos
- Big Bear Dockge
- Big Bear Portainer
Default Configuration
NetAlertX v26
- Port: 8080
- Config:
/data/configvolume - Database:
/data/dbvolume - Network Mode: host
- PUID: 1000
- PGID: 1000