alist-org / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
39.38k stars 5.11k forks source link

alist有定时同步文件到网盘的功能吗? #6569

Open hudingwen opened 4 weeks ago

hudingwen commented 4 weeks ago

Please make sure of the following things

Description of the feature / 需求描述

类似这种,把服务器上某个文件夹的内容,实时同步到阿里云盘或者百度网盘 https://github.com/tickstep/aliyunpan

Suggested solution / 实现思路

我都是在docker下进行的 比如给alist映射一个同步文件夹目录,这样docker版本的alist就可以上传同步文件到指定的网盘上去

Additional context / 附件

No response

welcome[bot] commented 4 weeks ago

Thanks for opening your first issue here! Be sure to follow the issue template!

github-actions[bot] commented 4 weeks ago

See

  1. 50% #5812
hudingwen commented 4 weeks ago

See

  1. 50% alist有没有文件分享功能啊? #5812

不是分享功能,是同步服务器上某个文件夹里面的文件到云盘

pongfcnkl commented 4 weeks ago

alist没有,得用第三方软件搭配。 另外我有原生支持阿里云盘的rclone,但是你得有开发者账号。

hudingwen commented 4 weeks ago

暂时用了上面提到的同步库,不影响日常使用,只是习惯用alist,想着看看有没有可能集成在一起

xrgzs commented 5 days ago

有个第三方 alist webdav + rclone 的整合客户端的实现:https://github.com/VirtualHotBar/NetMount/