secubox-openwrt/luci-app-cdn-cache/root/usr/share/rpcd/acl.d/luci-app-cdn-cache.json

18 lines
556 B
JSON

{
"luci-app-cdn-cache": {
"description": "Grant access to CDN Cache Dashboard",
"read": {
"ubus": {
"luci.cdn-cache": ["status", "stats", "cache_list", "top_domains", "bandwidth_savings", "hit_ratio", "cache_size", "policies", "exclusions", "logs"]
},
"uci": ["cdn-cache"]
},
"write": {
"ubus": {
"luci.cdn-cache": ["set_enabled", "purge_cache", "purge_domain", "purge_expired", "preload_url", "add_policy", "remove_policy", "add_exclusion", "remove_exclusion", "clear_stats", "restart"]
},
"uci": ["cdn-cache"]
}
}
}