mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 13:59:40 +00:00
Add /shared/hybrid-dark.css: a shared overlay that remaps the design tokens (consumed by crt-light.css, sidebar-light.css and every module's inline styles) to the cyan hybrid-dark palette from /certs/ + /wireguard/. body.hybrid-dark (specificity 0,1,1) beats :root and inline :root, so one token remap flips the whole tree — no per-panel rewrite. Each panel gains the overlay <link> + the hybrid-dark body class (2-line additive swap; crt-light.css kept as base). See .claude/WEBUI-PANEL-GUIDELINES.md. Panels with fully bespoke styles (certs/wireguard/users/nac already hybrid; ~14 non-crt-light custom panels) are untouched. |
||
|---|---|---|
| .. | ||
| api | ||
| debian | ||
| menu.d | ||
| nginx | ||
| tests | ||
| www | ||
| README.md | ||
🔐 Auth Guardian
Unified authentication management
Category: Security
Screenshot
Features
- OAuth2
- LDAP
- 2FA/TOTP
- Session management
Installation
# Add SecuBox repository
curl -fsSL https://apt.secubox.in/install.sh | sudo bash
# Install package
sudo apt install secubox-auth
Configuration
Configuration file: /etc/secubox/auth.toml
API Endpoints
GET /api/v1/auth/status- Module statusGET /api/v1/auth/health- Health check
License
LicenseRef-CMSD-1.0 (Source-Disclosed License) — CyberMind © 2024-2026. See LICENCE-CMSD-1.0.md.
