主 题:这也许是 黑曜石笔记 最完美的 同步方案了吧?
发 布 者:辟支独绝
标签分类: 技术
时 间:2026-07-31 18:28:27
内容预览:客户端https://github.com/haierkeys/obsidian-fast-note-sync控制面板服务端https://github.com/haierkeys/fast-note-sync-serviceVPS一键部署bash %26lt%3b(curl -fsSL https://raw.githubusercontent.com/haierkeys/fast-note-sync-service/master/scripts/quest_install.sh)Docker composeversion: '3'services: fast-note-sync-service: image: haierkeys/fast-note-sync-service:latest container_name: fast-note-sync-service restart: always ports: - "9000:9000" RESTful API %26 WebSocket port (where /api/user/sync is the WebSocket interface address) volumes: - ./storage:/fast-note-sync/storage Data storage - ./config:/fast-note-sync/config Configuration files
直达链接: https://www.nodeseek.com/post-850795-1
 
 
Back to Top