Metabolizer Blog Pipeline - integrated CMS for SecuBox: - Gitea: Mirror GitHub repos, store blog content - Streamlit: CMS app with markdown editor and live preview - HexoJS: Static site generator (clean → generate → publish) - Webhooks: Auto-rebuild on git push - Portal: Static blog served at /blog/ Pipeline: Edit in Streamlit CMS → Push to Gitea → Build with Hexo → Publish Packages: - secubox-app-streamlit: Streamlit server with LXC container - luci-app-streamlit: LuCI dashboard for Streamlit apps - secubox-app-metabolizer: CMS pipeline orchestrator CMS Features: - Two-column markdown editor with live preview - YAML front matter editor - Post management (drafts, publish, unpublish) - Media library with image upload - Git sync and Hexo build controls - Cyberpunk theme styling Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
46 lines
783 B
JSON
46 lines
783 B
JSON
{
|
|
"admin/services/streamlit": {
|
|
"title": "Streamlit",
|
|
"order": 86,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-streamlit"],
|
|
"uci": {"streamlit": true}
|
|
}
|
|
},
|
|
"admin/services/streamlit/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "streamlit/overview"
|
|
}
|
|
},
|
|
"admin/services/streamlit/apps": {
|
|
"title": "Apps",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "streamlit/apps"
|
|
}
|
|
},
|
|
"admin/services/streamlit/logs": {
|
|
"title": "Logs",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "streamlit/logs"
|
|
}
|
|
},
|
|
"admin/services/streamlit/settings": {
|
|
"title": "Settings",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "streamlit/settings"
|
|
}
|
|
}
|
|
}
|