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>
118 lines
2.0 KiB
JSON
118 lines
2.0 KiB
JSON
{
|
|
"admin/services/hexojs": {
|
|
"title": "Hexo CMS",
|
|
"order": 80,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-hexojs"],
|
|
"uci": { "hexojs": true }
|
|
}
|
|
},
|
|
"admin/services/hexojs/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/overview"
|
|
}
|
|
},
|
|
"admin/services/hexojs/posts": {
|
|
"title": "Posts",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/posts"
|
|
}
|
|
},
|
|
"admin/services/hexojs/editor": {
|
|
"title": "Editor",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/editor"
|
|
}
|
|
},
|
|
"admin/services/hexojs/media": {
|
|
"title": "Media",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/media"
|
|
}
|
|
},
|
|
"admin/services/hexojs/categories": {
|
|
"title": "Categories",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/categories"
|
|
}
|
|
},
|
|
"admin/services/hexojs/tags": {
|
|
"title": "Tags",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/tags"
|
|
}
|
|
},
|
|
"admin/services/hexojs/apps": {
|
|
"title": "Apps",
|
|
"order": 70,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/apps"
|
|
}
|
|
},
|
|
"admin/services/hexojs/preview": {
|
|
"title": "Preview",
|
|
"order": 80,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/preview"
|
|
}
|
|
},
|
|
"admin/services/hexojs/deploy": {
|
|
"title": "Deploy",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/deploy"
|
|
}
|
|
},
|
|
"admin/services/hexojs/sync": {
|
|
"title": "GitHub Sync",
|
|
"order": 95,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/sync"
|
|
}
|
|
},
|
|
"admin/services/hexojs/theme": {
|
|
"title": "Theme",
|
|
"order": 100,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/theme"
|
|
}
|
|
},
|
|
"admin/services/hexojs/settings": {
|
|
"title": "Settings",
|
|
"order": 110,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/settings"
|
|
}
|
|
},
|
|
"admin/services/hexojs/static": {
|
|
"title": "Static Sites",
|
|
"order": 115,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hexojs/static"
|
|
}
|
|
}
|
|
}
|