This directory contains detailed guides for deploying, configuring, and maintaining Uma — Proxmox Wrapper. The top-level README.md provides a high-level overview; the documents here cover the specifics.
| Document | Description |
|---|---|
| Deployment Guide | Docker production setup, multi-stage build, reverse proxy, SSL termination, scaling |
| Authentication | LDAP/AD configuration, session management, admin group mapping |
| Database | Prisma schema, migrations, backups, MariaDB tuning |
| Access Control | ACL engine internals, permission resolution, pool ownership, group mapping |
| Real-Time Systems | Socket.IO chat and whiteboard, VNC proxy, WebSocket troubleshooting |
| Environment Reference | Complete variable catalogue with interactions and examples |
- All documents use standard Markdown with Mermaid diagrams where applicable.
- Configuration examples use
.env.localsyntax unless otherwise noted. - Shell commands assume a Linux/macOS environment; adapt paths for Windows as needed.