- RPCD handler (luci.peertube) with 11 methods: status, start, stop, install, uninstall, update, logs, emancipate, live_enable, live_disable, configure_haproxy - ACL permissions for read (status, logs) and write operations - Dashboard features: - Install wizard with features and requirements - Service status display with access URL - Live streaming toggle with enable/disable buttons - HAProxy configuration status - Emancipate form for public exposure - Logs viewer with refresh Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"admin/services/peertube": {
|
|
"title": "PeerTube",
|
|
"order": 65,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "peertube/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-peertube"],
|
|
"uci": {"peertube": true}
|
|
}
|
|
}
|
|
}
|