- CrowdSec Dashboard: Add bouncer_count, geoip_enabled, acquisition_count, scenario_count fields to get_overview and get_health_check RPCD functions - MetaBlogizer: Fix menu path to admin/secubox/services/metablogizer - Portal: Add MetaBlogizer and Gitea to apps registry for services section Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
31 lines
580 B
JSON
31 lines
580 B
JSON
{
|
|
"admin/secubox/services/metablogizer": {
|
|
"title": "MetaBlogizer",
|
|
"action": {
|
|
"type": "view",
|
|
"path": "metablogizer/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-metablogizer"],
|
|
"uci": {"metablogizer": true}
|
|
},
|
|
"order": 85
|
|
},
|
|
"admin/secubox/services/metablogizer/overview": {
|
|
"title": "Sites",
|
|
"action": {
|
|
"type": "view",
|
|
"path": "metablogizer/overview"
|
|
},
|
|
"order": 10
|
|
},
|
|
"admin/secubox/services/metablogizer/settings": {
|
|
"title": "Settings",
|
|
"action": {
|
|
"type": "view",
|
|
"path": "metablogizer/settings"
|
|
},
|
|
"order": 20
|
|
}
|
|
}
|