[Feature] Build Production-Ready Sovereign Chat Touchpoint with SSO, Quotas, and Auditing #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Harden and brand the
openclaw-webuichat interface as the primary client touchpoint (Sovereign Chat). Integrate it with LDAP SSO, permissions, quotas, and audit logs to make it enterprise production-ready.Implementation Details ("How")
SSO LDAP Integration:
/home/william/dev/theta42/sso-manager-nodeor configure direct connection parameters inconf/production.json.Sovereign Branding:
client/folder) to remove "OpenClaw" references and brand the app as Sovereign Chat.Quotas & Permissions:
app_sovereign_admin).Auditing Hook:
/var/log/sovereign-chat/audit.logor syslog.Model Registry & Selection:
Ansible Packaging:
lxc-deploy.ymlplaybook inproxmox-appliance-automationto automate building the client (npm run build) and deploying it as a systemd service (sovereign-chat.service) inside LXC 102 (Web-UI container).Blockers