- Migrate from Docker to Debian 12 LXC container - Full stack: Nginx, MariaDB, Redis, PHP 8.2-FPM, Nextcloud - Rewrite nextcloudctl CLI with install/backup/restore/ssl/occ commands - New UCI config schema: main, db, redis, ssl, backup sections - Enhanced RPCD backend with 15 methods - KISS dashboard with Overview/Backups/SSL/Logs tabs - Updated dependencies for LXC packages - SecuBox menu path integration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
29 lines
498 B
JSON
29 lines
498 B
JSON
{
|
|
"admin/secubox/services/nextcloud": {
|
|
"title": "Nextcloud",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-nextcloud"]
|
|
}
|
|
},
|
|
"admin/secubox/services/nextcloud/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "nextcloud/overview"
|
|
}
|
|
},
|
|
"admin/secubox/services/nextcloud/settings": {
|
|
"title": "Settings",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "nextcloud/settings"
|
|
}
|
|
}
|
|
}
|