- 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>
31 lines
554 B
JSON
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
|
|
}
|
|
}
|