secubox-openwrt/package/secubox/luci-app-metabolizer/root/usr/share/luci/menu.d/luci-app-metabolizer.json
CyberMind-FR f9b73ea62c feat(hexojs): Add Gitea integration for content sync
- Add gitea config section to /etc/config/hexojs
- Add hexoctl gitea {setup|clone|sync|status} commands
- Token-based authentication for content repo cloning
- Auto-sync from Gitea to Hexo source directory
- Add comprehensive README documentation

Also:
- Create luci-app-metabolizer package with dashboard
- Update CMS pages with emoji names for Streamlit sidebar
- Bump hexojs to r2, metabolizer to r3

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 12:51:34 +01:00

31 lines
554 B
JSON

{
"admin/services/metabolizer": {
"title": "Metabolizer CMS",
"action": {
"type": "view",
"path": "metabolizer/overview"
},
"depends": {
"acl": ["luci-app-metabolizer"],
"uci": {"metabolizer": true}
},
"order": 85
},
"admin/services/metabolizer/overview": {
"title": "Overview",
"action": {
"type": "view",
"path": "metabolizer/overview"
},
"order": 10
},
"admin/services/metabolizer/settings": {
"title": "Settings",
"action": {
"type": "view",
"path": "metabolizer/settings"
},
"order": 20
}
}