Matrix Homeserver (Conduit): - E2EE mesh messaging using Conduit v0.10.12 in LXC container - matrixctl CLI: install/uninstall, user/room management, federation - luci-app-matrix: status cards, user form, emancipate, mesh publish - RPCD backend with 17 methods - Identity (DID) integration and P2P mesh publication SaaS Relay CDN Caching & Session Replay: - CDN cache profiles: minimal, gandalf (default), aggressive - Session replay modes: shared, per_user, master - saasctl cache/session commands for management - Enhanced mitmproxy addon (415 lines) with response caching Media Services Hub Dashboard: - Unified dashboard at /admin/services/media-hub - Category-organized cards (streaming, conferencing, apps, etc.) - Service status indicators with start/stop/restart controls - RPCD backend querying 8 media services Also includes: - HexoJS static upload workflow and multi-user auth - Jitsi config.js Promise handling fix - Feed package updates Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| htdocs/luci-static/resources/view/jitsi | ||
| root/usr | ||
| Makefile | ||
| README.md | ||
LuCI Jitsi Meet Configuration
Video conferencing service management for self-hosted Jitsi Meet.
Installation
opkg install luci-app-jitsi
Access
LuCI menu: Services -> Jitsi Meet
Features
- Docker container orchestration (web, prosody, jicofo, jvb)
- Conference and participant statistics via JVB API
- User management for authenticated meetings
- Service logs viewer
RPCD Methods
Backend: luci.jitsi
| Method | Description |
|---|---|
status |
Container states, conference/participant stats |
start |
Start Jitsi containers |
stop |
Stop Jitsi containers |
restart |
Restart all containers |
install |
Install Jitsi stack |
generate_config |
Generate Jitsi configuration files |
add_user |
Add an authenticated user |
remove_user |
Remove a user |
list_users |
List registered users |
logs |
Fetch service logs |
Dependencies
secubox-app-jitsi
License
Apache-2.0