P2P App Store Emancipation: - secubox-p2p: Package distribution via mesh peers (CGI API, RPCD, CLI) - packages.js: LuCI view with LOCAL/PEER badges, fetch/install actions - devstatus.js: Dev Status widget with Gitea commits, v1.0 progress tracking - secubox-feed: sync-content command for auto-installing content packages - ACL fix for P2P feed RPCD methods Remote Access: - secubox-app-rustdesk: Native hbbs/hbbr relay server from GitHub releases - secubox-app-guacamole: LXC Debian container with guacd + Tomcat (partial) Content Distribution: - secubox-content-pkg: Auto-package Metablogizer/Streamlit as IPKs - Auto-publish hooks in metablogizerctl and streamlitctl Mesh Media: - secubox-app-ksmbd: In-kernel SMB3 server with ksmbdctl CLI - Pre-configured shares for Jellyfin, Lyrion, Backup UI Consistency: - client-guardian: Ported to sh-page-header chip layout - auth-guardian: Ported to sh-page-header chip layout Fixes: - services.js: RPC expect unwrapping bug fix - metablogizer: Chunked upload for uhttpd 64KB limit Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
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",
|
|
"get_tor_status",
|
|
"discover_vhosts"
|
|
],
|
|
"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",
|
|
"upload_chunk",
|
|
"upload_finalize",
|
|
"list_files",
|
|
"repair_site",
|
|
"enable_tor",
|
|
"disable_tor",
|
|
"import_vhost",
|
|
"sync_config"
|
|
],
|
|
"luci.haproxy": [
|
|
"create_backend",
|
|
"create_server",
|
|
"create_vhost",
|
|
"delete_backend",
|
|
"delete_vhost"
|
|
],
|
|
"file": ["write", "remove"]
|
|
},
|
|
"uci": ["metablogizer"],
|
|
"file": {
|
|
"/srv/metablogizer/sites/*": ["write"]
|
|
}
|
|
}
|
|
}
|
|
}
|