secubox-openwrt/package/secubox/luci-app-hexojs/root/usr/share/rpcd/acl.d/luci-app-hexojs.json
CyberMind-FR 170f4a90e2 feat(luci-hexojs): Add Gitea integration to sync page
- Add gitea_status, gitea_sync, gitea_clone, gitea_save_config RPCD methods
- Add Gitea section to sync.js with config form and sync buttons
- Update ACL for new Gitea methods
- Fix luci-app-metabolizer install section for RPCD executable

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 13:00:05 +01:00

66 lines
1.1 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"
]
},
"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"
]
},
"uci": ["hexojs"]
}
}
}