feat: intégration NetMap dans homelabdash

Nouveau card "Appareils réseau" : scan nmap 192.168.1.10–150,
affichage IP/MAC/fabricant/hostname, nommage persistant par device.
Routes: /api/netmap/scan, /api/netmap/names, /api/netmap/name (POST).
Stockage dans netmap_devices.json (volume Docker).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
perco
2026-06-28 11:57:32 +02:00
co-authored by Claude Sonnet 4.6
parent c8faffb079
commit f421636ab8
5 changed files with 174 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ services:
- /sys:/sys:ro
- /dev:/dev
- /run/udev:/run/udev:ro
- /home/perco/projects/homelabdash/netmap_devices.json:/app/netmap_devices.json
environment:
- HOST_ROOT=/rootfs
- TZ=Europe/Paris