- Switch BRANDS pass from text.includes(kw) to pre-compiled word-boundary
regex (same (?<![a-z0-9])...(?![a-z0-9]) pattern as AUTO_SI) — fixes
false positive where "php" matched the "hp" keyword
- Add Apache to BRANDS with aliases apache, apache2, httpd (AUTO_SI regex
excluded apache2 because the trailing digit broke the boundary)
- Add custom ICON_HAPROXY (H-shaped path, #1489C8) — HAProxy is absent
from simple-icons
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove os field from Device API and form — OS is now detected
automatically from name/description via detectOs() in brandIcons.js
- Expand OS_LIST from 20 to 51 entries covering all major distros
(Debian/Ubuntu flavours, Red Hat, SUSE, Arch, BSD, security distros,
Windows/macOS/iOS/Android, generic Linux/BSD catch-alls)
- Display detected OS icon in IpAddressing.vue description column
- Fix virt_type validator to normalise empty string to null
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Application web d'inventaire réseau manuel avec FastAPI, Vue 3 et Docker.
Inclut l'authentification JWT, la découverte ICMP, et la topologie en cards CSS.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>