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>
49 lines
925 B
JSON
49 lines
925 B
JSON
{
|
|
"luci-app-metablogizer": {
|
|
"description": "Grant access to MetaBlogizer Static Site Publisher",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.metablogizer": [
|
|
"status",
|
|
"list_sites",
|
|
"get_site",
|
|
"get_publish_info",
|
|
"get_settings",
|
|
"get_hosting_status",
|
|
"check_site_health"
|
|
],
|
|
"file": ["read", "list", "stat"]
|
|
},
|
|
"uci": ["metablogizer"],
|
|
"file": {
|
|
"/srv/metablogizer/sites/*": ["read", "list"]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.metablogizer": [
|
|
"create_site",
|
|
"update_site",
|
|
"delete_site",
|
|
"sync_site",
|
|
"save_settings",
|
|
"upload_file",
|
|
"list_files"
|
|
],
|
|
"luci.haproxy": [
|
|
"create_backend",
|
|
"create_server",
|
|
"create_vhost",
|
|
"delete_backend",
|
|
"delete_vhost"
|
|
],
|
|
"file": ["write", "remove"]
|
|
},
|
|
"uci": ["metablogizer"],
|
|
"file": {
|
|
"/srv/metablogizer/sites/*": ["write"]
|
|
}
|
|
}
|
|
}
|
|
}
|