Files
mnote/infra/onlyoffice
lix-2026 1882db7681 收口 MNote P0 P1 P2 审查尾项
- 归档 OnlyOffice live bridge、Page AI、mindmap、design governance 与相关 bug 条目
- 补齐 MinerU OCR 后端 runtime 合同与 smoke/test 基线
- 收口 ChatOnly/Doubao、ObjectIdentity、Page Aggregate compat 与 runtime owner 文档口径

验证:
- cargo test --manifest-path rust/Cargo.toml -p mnote-web local_ocr -- --test-threads=1
- cargo test --manifest-path rust/Cargo.toml -p mnote-web onlyoffice_bridge -- --test-threads=1
- git diff --check
- git diff --cached --check
- codegraph index . --force && codegraph status .
- codegraph sync . && codegraph status .
2026-06-01 09:29:12 +08:00
..

ONLYOFFICE 部署说明

当前主仓 ONLYOFFICE 文档服务部署入口在:

  • ./docker-compose.yml

约定:

  • 8082 作为当前主仓默认 ONLYOFFICE DocumentServer 端口。
  • 镜像版本统一由当前主仓维护,不再依赖历史仓 mnote-rust 的 compose。
  • 仅挂载 src/components/onlyoffice/onlyoffice-plugins 到容器的 sdkjs-plugins
  • 不覆盖容器自带 web-apps,避免升级后被历史静态资源压回旧版本。

启动:

cd /mnt/Data1T/mnote/infra/onlyoffice
docker compose up -d

检查:

curl -I http://127.0.0.1:8082/web-apps/apps/api/documents/api.js