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>
34 lines
530 B
JSON
34 lines
530 B
JSON
{
|
|
"luci-app-saas-relay": {
|
|
"description": "Grant access to SaaS Relay",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.saas-relay": [
|
|
"status",
|
|
"list_services",
|
|
"list_cookies",
|
|
"get_log"
|
|
]
|
|
},
|
|
"uci": ["saas-relay"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.saas-relay": [
|
|
"service_enable",
|
|
"service_disable",
|
|
"service_add",
|
|
"service_delete",
|
|
"import_cookies",
|
|
"clear_cookies",
|
|
"start",
|
|
"stop",
|
|
"setup",
|
|
"clear_log"
|
|
]
|
|
},
|
|
"uci": ["saas-relay"]
|
|
}
|
|
}
|
|
}
|