- Create standalone web UI at /peertube-analyse/ - Add CGI backend (peertube-analyse, peertube-analyse-status) - Add RPCD methods: analyse, analyse_status - Update portal with Intelligence & Analyse section - Expose via analyse.gk2.secubox.in with SSL Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
467 B
JSON
18 lines
467 B
JSON
{
|
|
"luci-app-peertube": {
|
|
"description": "Grant access to PeerTube management",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.peertube": ["status", "logs", "import_status", "import_job_status", "analyse_status"]
|
|
},
|
|
"uci": ["peertube"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.peertube": ["start", "stop", "install", "uninstall", "update", "emancipate", "live_enable", "live_disable", "configure_haproxy", "import_video", "analyse"]
|
|
},
|
|
"uci": ["peertube"]
|
|
}
|
|
}
|
|
}
|