feat: consolidate local-first mnote web runtime

This commit is contained in:
lix-2026
2026-05-28 22:01:44 +08:00
parent 7354807ee9
commit 39b9a0183a
154 changed files with 13591 additions and 12728 deletions
+4 -8
View File
@@ -7,8 +7,8 @@
#
# 注意:
# - hostname 需要先在 Cloudflare DNS 里绑定到该 tunnel
# - 本示例把 app/supabase/lightrag/mineru 分别用子域名暴露
# - 生产环境建议对 lightrag/mineru 增加额外保护(Cloudflare Access / IP 白名单)
# - 本示例把 app/supabase/mineru 分别用子域名暴露
# - 生产环境建议对 mineru 增加额外保护(Cloudflare Access / IP 白名单)
tunnel: <YOUR_TUNNEL_NAME_OR_ID>
credentials-file: ./<YOUR_TUNNEL_ID>.json
@@ -26,15 +26,11 @@ ingress:
- hostname: backend.mnote.example.com
service: http://127.0.0.1:8000
# 4) LightRAG(你当前规划为 7777
- hostname: lightrag.mnote.example.com
service: http://127.0.0.1:7777
# 5) MinerU(你当前 .env.local 为 18888
# 4) MinerU(你当前 .env.local 为 18888
- hostname: mineru.mnote.example.com
service: http://127.0.0.1:18888
# 6) OnlyOffice Document Serverdocker: onlyoffice-dev 暴露到 8081
# 5) OnlyOffice Document Serverdocker: onlyoffice-dev 暴露到 8081
- hostname: onlyoffice.mnote.example.com
service: http://127.0.0.1:8081