fix(auth): icon 🛂🎯 per charter §Module Icons/Symbols (AUTH = hexagonal target) (#317)

Two places updated:
* packages/secubox-authelia/www/authelia/index.html header H1
* packages/secubox-hub/api/main.py CATEGORY_META.auth.icon

Co-authored-by: CyberMind-FR <gandalf@Gk2.net>
This commit is contained in:
CyberMind 2026-05-21 11:43:19 +02:00 committed by GitHub
parent feab3c8238
commit a64e4eee30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
<main class="main">
<div class="header">
<h1><span class="icon">🛂</span> Auth — SSO control</h1>
<h1><span class="icon">🎯</span> Auth — SSO control</h1>
<div class="header-actions">
<a class="btn" href="/" title="Back to SecuBox hub">← hub</a>
<a class="btn primary" href="https://sso.gk2.secubox.in/" title="Open the Authelia SSO portal (login surface)">Open SSO Portal →</a>

View File

@ -1750,7 +1750,7 @@ CATEGORY_META = {
# Every menu.d entry MUST set `category` to one of these six. The
# ordering mirrors the charter's complementary-pair sequence:
# AUTH/WALL/BOOT then their counterparts MIND/ROOT/MESH.
"auth": {"name": "Auth", "icon": "🛂", "order": 0, "color": "#C04E24"},
"auth": {"name": "Auth", "icon": "🎯", "order": 0, "color": "#C04E24"},
"wall": {"name": "Wall", "icon": "🛡️", "order": 1, "color": "#9A6010"},
"boot": {"name": "Boot", "icon": "🚀", "order": 2, "color": "#803018"},
"mind": {"name": "Mind", "icon": "🧠", "order": 3, "color": "#3D35A0"},