Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

WebDAV Proxy Sync

liushmliushm46 downloads

Bidirectional WebDAV sync with HTTP, HTTPS and SOCKS proxy support.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

A cross-platform Obsidian plugin that synchronizes notes and attachments with a WebDAV server. Desktop builds additionally support HTTP, HTTPS, SOCKS5, and SOCKS5H proxies.

一个支持桌面端与移动端的 Obsidian WebDAV 同步插件;桌面端额外支持 HTTP、HTTPS、SOCKS5 和 SOCKS5H 代理。

Beta / 测试版: Back up your vault before the first sync. 首次同步前请备份仓库。

Features / 功能

  • Bidirectional synchronization of notes and attachments / 双向同步笔记与附件
  • Android and iOS support without plugin-level proxy / 支持 Android 和 iOS(使用系统网络)
  • HTTP, HTTPS, SOCKS5 and SOCKS5H proxy support on desktop / 桌面端支持多种代理协议
  • Manual, startup and scheduled sync / 手动、启动和定时同步
  • Concurrent downloads with configurable retry and exponential backoff / 并发下载、可配置重试与指数退避
  • Stops only after three consecutive files exhaust all download retries / 连续三个文件重试后仍失败才中断同步
  • Handles zero-byte files from OpenList storage drivers that otherwise return HTTP 416
  • Keeps desktop proxy networking compatible with Obsidian's CommonJS plugin loader
  • Progress indicator and persistent diagnostic log / 实时进度和持久化诊断日志
  • Conflict copies when both sides change / 双端修改时保留冲突副本
  • Configurable timeouts and exclusion patterns / 可配置超时与排除规则
  • Safe default: deletions are not propagated / 默认不传播删除,降低误删风险

Installation / 安装

Community plugins

After the plugin is accepted into the Obsidian community directory, install it from Settings → Community plugins → Browse.

插件进入社区目录后,可通过 设置 → 第三方插件 → 浏览 安装。

Manual installation / 手动安装

Create .obsidian/plugins/webdav-proxy-sync/ in your vault and copy:

  • main.js
  • manifest.json
  • styles.css

Restart Obsidian and enable WebDAV Proxy Sync.

Build from source / 从源码构建

npm install
npm run build

Configuration / 配置

Open Settings → WebDAV Proxy Sync and configure:

  • WebDAV URL, for example https://example.com/dav
  • Username and password
  • Remote folder, for example obsidian
  • Optional proxy, for example socks5h://127.0.0.1:7890
  • Sync interval and exclusion patterns

For OpenList, use the actual WebDAV endpoint, which commonly ends in /dav, rather than the web interface URL.

Synchronization behavior / 同步规则

  • Local only → upload / 仅本地存在则上传
  • Remote only → download / 仅远端存在则下载
  • Local changed → upload / 仅本地变化则上传
  • Remote changed → download / 仅远端变化则下载
  • Both changed → preserve a local *.conflict-local-* copy, then download the remote version
  • Deletions are not propagated in the current version. A file deleted on only one side is restored from the other side.

The plugin scans metadata on both sides during each run but transfers file content only when required.

Privacy and security / 隐私与安全

  • No telemetry or analytics / 不包含遥测或统计
  • No developer-operated service is contacted / 不连接开发者运营的服务器
  • Network requests are sent only to the user-configured WebDAV server and optional proxy
  • Credentials are stored locally in the plugin's data.json file and are not encrypted by the operating-system keychain
  • Diagnostic logs contain file paths and errors, but never intentionally include the configured password
  • Disabling HTTPS certificate verification reduces connection security and should only be used with a trusted self-signed server

Limitations / 当前限制

  • Mobile uses Obsidian's cross-platform network API and does not support a plugin-level proxy
  • Deletions are not synchronized
  • Some WebDAV implementations do not support Depth: infinity
  • Some OpenList storage drivers may delay or reject MKCOL directory creation
  • First sync should be tested with a backup and a dedicated remote directory

Reporting issues / 反馈问题

When reporting an issue, include:

  • Obsidian version
  • Plugin version
  • WebDAV server type
  • Proxy type, without credentials
  • Relevant entries copied from the plugin sync log

Do not publish usernames, passwords, proxy credentials, tokens, or private note contents.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Sync notes and attachments bidirectionally with a WebDAV server over HTTP, HTTPS, SOCKS5 or SOCKS5H proxies on Obsidian Desktop. Perform manual, startup or scheduled syncs, monitor progress with a persistent diagnostic log, preserve conflict copies when both sides change, and avoid propagating deletions by default.
SyncingAttachmentsBackup
Details
Current version
0.3.2
Last updated
Last week
Created
2 weeks ago
Updates
5 releases
Downloads
46
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
liushmliushm
GitHubliushm
  1. Community
  2. Plugins
  3. Syncing
  4. WebDAV Proxy Sync

Related plugins

YAOS

Simple real-time sync powered by your own Cloudflare Worker.

GitHub

GitHub Sync

Sync vault to personal GitHub.

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

Differential ZIP Backup

Back our vault up with lesser storage.

GitHub

GitHub Gitless Sync

Sync a GitHub repository with vaults on different platforms without requiring git installation

ima.copilot Sync

Sync ima notes & knowledge-base to Obsidian

Settings profiles

Create various global settings profiles, that sync between vaults.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Share Note

Instantly share/publish a note, with the full theme and content exactly like you see in Obsidian. Data is shared encrypted by default, and only you and the person you send it to have the key.