<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Webdav - 分类 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/categories/webdav/</link><description>Webdav - 分类 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Fri, 28 Feb 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/categories/webdav/" rel="self" type="application/rss+xml"/><item><title>WebDAV 搭建方案</title><link>https://rd163.visword.com/posts/webdav-deploy/</link><pubDate>Fri, 28 Feb 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/webdav-deploy/</guid><description><![CDATA[<h2 id="web-服务器方案" class="headerLink">
    <a href="#web-%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%96%b9%e6%a1%88" class="header-mark"></a>Web 服务器方案</h2><p>借助传统Web服务器使用的WebDAV的方法有多种：</p>
<ul>
<li>Apache2 推荐使用 <a href="https://hub.docker.com/r/bytemark/webdav" target="_blank" rel="noopener noreferrer">下载量最多的docker镜像</a></li>
<li>Nginx Nginx和Caddy都需要额外安装模块才能实现最完整的WebDAV功能
<ul>
<li><a href="https://hub.docker.com/r/ionelmc/webdav" target="_blank" rel="noopener noreferrer">docker镜像</a></li>
<li><a href="https://github.com/erikluo/docker-webdav/" target="_blank" rel="noopener noreferrer">docker镜像 github</a></li>
</ul>
</li>
<li>Caddy Nginx和Caddy都需要额外安装模块才能实现最完整的WebDAV功能（下载、上传、修改）</li>
</ul>
<h2 id="专用服务器方案" class="headerLink">
    <a href="#%e4%b8%93%e7%94%a8%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%96%b9%e6%a1%88" class="header-mark"></a>专用服务器方案</h2><ul>
<li><a href="https://github.com/hacdias/webdav" target="_blank" rel="noopener noreferrer">Simple Go WebDAV server Go实现</a></li>
<li><a href="https://github.com/mar10/wsgidav" target="_blank" rel="noopener noreferrer">wsgidav python实现 obsidian remotelySync插件指定服务</a></li>
</ul>]]></description></item></channel></rss>