secubox-openwrt/package/secubox/luci-app-hexojs/root/usr/share/rpcd/acl.d/luci-app-hexojs.json
CyberMind-FR 58220065b5 feat(v0.23.0): Matrix homeserver, SaaS Relay CDN caching, Media Hub dashboard
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>
2026-02-20 11:44:26 +01:00

101 lines
2.0 KiB
JSON

{
"luci-app-hexojs": {
"description": "Grant access to Hexo CMS",
"read": {
"ubus": {
"luci.hexojs": [
"status",
"site_stats",
"list_posts",
"get_post",
"list_drafts",
"search_posts",
"list_categories",
"list_tags",
"list_media",
"list_apps",
"deploy_status",
"preview_status",
"get_config",
"get_theme_config",
"list_presets",
"git_status",
"git_log",
"git_get_credentials",
"gitea_status",
"list_instances",
"list_backups",
"get_workflow_status",
"list_profiles",
"get_haproxy_status",
"get_tor_status",
"get_instance_endpoints",
"get_instance_health",
"get_pipeline_status",
"static_list"
]
},
"uci": ["hexojs"]
},
"write": {
"ubus": {
"luci.hexojs": [
"create_post",
"update_post",
"delete_post",
"publish_post",
"delete_media",
"create_app",
"generate",
"clean",
"deploy",
"preview_start",
"save_config",
"save_theme_config",
"apply_preset",
"service_start",
"service_stop",
"service_restart",
"git_init",
"git_clone",
"git_pull",
"git_push",
"git_fetch",
"git_reset",
"git_set_credentials",
"gitea_setup",
"gitea_clone",
"gitea_sync",
"gitea_save_config",
"gitea_push",
"create_instance",
"delete_instance",
"start_instance",
"stop_instance",
"create_backup",
"restore_backup",
"delete_backup",
"github_clone",
"quick_publish",
"publish_to_www",
"apply_profile",
"publish_to_haproxy",
"unpublish_from_haproxy",
"publish_to_tor",
"unpublish_from_tor",
"full_publish",
"handle_webhook",
"setup_webhook",
"static_upload",
"static_create",
"static_delete",
"static_publish",
"static_delete_file",
"static_configure_auth"
]
},
"uci": ["hexojs"]
}
}
}