secubox-openwrt/package/secubox/secubox-app-metabolizer/files/etc/config/metabolizer
CyberMind-FR d03f73cb83 fix(hexojs): Disable static publishing, serve via container only
HexoJS now serves dynamically on :4000 via HAProxy vhost routing.
- Disabled auto_publish in metabolizer
- Disabled portal in hexojs
- /www stays free for SecuBox portal and other apps

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 06:45:10 +01:00

28 lines
694 B
Plaintext

config metabolizer 'main'
option enabled '0'
option gitea_url 'http://127.0.0.1:3000'
option gitea_user 'admin'
option webhook_port '8088'
option webhook_secret ''
config content 'content'
option repo_name 'blog-content'
option repo_path '/srv/metabolizer/content'
option github_mirror ''
config cms 'cms'
option repo_name 'metabolizer-cms'
option repo_path '/srv/metabolizer/cms'
option streamlit_app 'metabolizer'
config hexo 'hexo'
option source_path '/srv/hexojs/site/source/_posts'
option public_path '/srv/hexojs/site/public'
option portal_path '/www'
option auto_publish '0'
config portal 'portal'
option enabled '1'
option url_path '/'
option title 'SecuBox Blog'