secubox-openwrt/package/secubox/luci-app-hexojs/root/usr/share/rpcd/acl.d/luci-app-hexojs.json
CyberMind-FR 8e7a5b1bb9 feat: HAProxy IPv6, ACME fixes, deploy command, docs
HAProxy:
- Add IPv6 dual-stack binding (*:port,[::]:port)
- Exclude ACME challenges from HTTPS redirects
- Fix certificate path detection for multiple locations

Service Registry:
- Fix certificate expiry check paths (HAProxy, ACME, Let's Encrypt)
- BusyBox-compatible date parsing

local-build.sh:
- Add deploy command for automated package deployment
- Sync packages to router feed with index generation

Documentation:
- Add README for luci-app-haproxy
- Add README for luci-app-hexojs
- Add README for luci-app-metablogizer
- Add README for luci-app-mitmproxy
- Add README for luci-app-tor-shield

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:46:26 +01:00

82 lines
1.5 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",
"get_workflow_status",
"list_profiles",
"get_haproxy_status",
"get_tor_status",
"get_instance_endpoints",
"get_instance_health",
"get_pipeline_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",
"publish_to_www",
"apply_profile",
"publish_to_haproxy",
"unpublish_from_haproxy",
"publish_to_tor",
"unpublish_from_tor",
"full_publish",
"handle_webhook",
"setup_webhook"
]
},
"uci": ["hexojs"]
}
}
}