refactor: rename directories to kebab-case and clean up project structure

Rename CMDB -> cmdb (submodule), GENERATEUR_CERTIFICATES -> cert-generator, GENERATEUR_SWITCH -> switch-config

Remove deleted CMDB files, switch config examples, proxy.sh, and pycache artifacts
Update all internal path references across HTML, JS, and Python files
This commit is contained in:
Guillaume DENIS 2026-07-04 17:55:56 +02:00
parent bfc88f4afc
commit 2fb3621053
22 changed files with 27 additions and 9135 deletions

View file

@ -0,0 +1,11 @@
// Fichier de base de données VLAN - À charger dans le HTML
// Placer ce fichier dans le même dossier que switch_vlan_mapper.html
// Format : <id> = <nom> = <couleur hex> (exemple générique, à adapter)
const VLAN_DATABASE_FILE = `10 = MGMT = #6366f1
20 = SERVERS = #22c55e
30 = USERS = #06b6d4
40 = VOICE = #2dd4bf
50 = DMZ = #8b5cf6
99 = GUEST = #f97316
`;