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>
This commit is contained in:
parent
baa43f5027
commit
d03f73cb83
@ -40,5 +40,5 @@ config theme_config 'theme'
|
|||||||
option logo_text 'Blog_'
|
option logo_text 'Blog_'
|
||||||
|
|
||||||
config portal 'portal'
|
config portal 'portal'
|
||||||
option enabled '1'
|
option enabled '0'
|
||||||
option path '/www'
|
option path '/www'
|
||||||
|
|||||||
@ -19,7 +19,7 @@ config hexo 'hexo'
|
|||||||
option source_path '/srv/hexojs/site/source/_posts'
|
option source_path '/srv/hexojs/site/source/_posts'
|
||||||
option public_path '/srv/hexojs/site/public'
|
option public_path '/srv/hexojs/site/public'
|
||||||
option portal_path '/www'
|
option portal_path '/www'
|
||||||
option auto_publish '1'
|
option auto_publish '0'
|
||||||
|
|
||||||
config portal 'portal'
|
config portal 'portal'
|
||||||
option enabled '1'
|
option enabled '1'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user