gaowei-space / markdown-blog

🍭 Markdown-Blog 是一款小而美的Markdown静态博客程序 | Markdown-Blog is incredibly fast, easy to use, and converts Markdown formatted text files into beautifully rendered HTML pages.
https://blog.gaowei.tech
MIT License
432 stars 57 forks source link

希望可以增加webdav功能 #16

Closed soft98-top closed 1 year ago

soft98-top commented 1 year ago

博客展示小而美我觉得大佬的项目很棒,但是我觉得应该提供一个上传的通道,比如webdav,本地可以直接远程连接,这样就可以方便更新和发布文章,可参考go语言写的webdav实现,https://github.com/hacdias/webdav

gaowei-space commented 1 year ago

👌🏻 研究下~

soft98-top commented 1 year ago

这两天试了一下在服务器上启用webdav上传文件,但是因为是远程服务器,挂载到本地,实时更新上传会有或多或少的小问题,比如macos下产生的临时文件都会被上传上去,于是我用github仓库做了中转,先上传到github私有仓库,然后在服务器上定时每分钟拉取最新的数据,感觉相对更好一点,如果可以的话是不是可以go集成git,添加一个功能,当然只是一个设想,真心觉得大佬的项目不错。 go-git仓库:https://github.com/go-git/go-git

gaowei-space commented 1 year ago

@soft98-top 棒!

我也是用的github中转,博客发布不是那么频繁,目前是在有要发布的文章时用 ansible 拉取一下。推荐的 go-git 我瞅瞅