### [go-drive:一个开源轻量的云盘磁盘挂载项目,支持onedrive,googledrive,FTP,本地磁盘等](https://www.appmiao.com/article/1246) **Published:** 2025-06-23T06:53:12 **Author:** 阿喵 **Excerpt:** 自从alist被卖了后,大家都人心惶惶,基本上都不敢继续用alist了,那么今天给大家分享一个同样是云盘挂载的开源项目:go-drive,如果你用的onedrive或者服务器的磁盘,这个工具还是不错的选择 项目截图 项目介绍 目前支持的云存 自从alist被卖了后,大家都人心惶惶,基本上都不敢继续用alist了,那么今天给大家分享一个同样是云盘挂载的开源项目:go-drive,如果你用的onedrive或者服务器的磁盘,这个工具还是不错的选择 ## 项目截图 ![](https://go-drive.top/index/main-page.png) ![](https://go-drive.top/index/settings-drive.jpg) ## 项目介绍 ### 目前支持的云存储 - [本地文件](https://go-drive.top/#%E6%9C%AC%E5%9C%B0%E6%96%87%E4%BB%B6) - [FTP](https://go-drive.top/#ftp) - [SFTP](https://go-drive.top/#sftp) - [WebDAV](https://go-drive.top/#webdav) - [S3](https://go-drive.top/#s3) - [OneDrive](https://go-drive.top/#onedrive) (支持世纪互联版及 SharePoint 站点) - [Google Drive](https://go-drive.top/#google-drive) - [Dropbox](https://go-drive.top/#dropbox) - [七牛云](https://go-drive.top/#%E4%B8%83%E7%89%9B%E4%BA%91) ### 功能 - 文件管理 - 上传,下载,复制,移动,重命名,删除 - 拖拽/粘贴上传文件(夹) - 拖拽复制/移动/挂载 - 支持不经过服务器上传及下载,减少服务器流量消耗(仅部分云存储支持,详见下文) - 上传文件支持断点续传 按住 `Ctrl`, `Shift` 可进行多选从系统复制文件(夹)后,按 `Ctrl + V` 直接粘贴上传按住 `Alt` 并点击文件,可直接下载文件拖拽文件(夹)时,按住 `Ctrl` 进行复制,按住 `Alt` 创建[路径挂载](https://go-drive.top/#%E8%B7%AF%E5%BE%84%E6%8C%82%E8%BD%BD)(仅管理员可用) - 文件打包下载 - 基于用户/组的权限控制支持为某目录或文件分配权限,支持限制到用户或组 - 图片浏览([PhotoSwipe](https://github.com/dimsemenov/PhotoSwipe)) - 音乐播放([APlayer](https://github.com/DIYgod/APlayer)) - 文本编辑([CodeMirror](https://github.com/codemirror/)) - 代码编辑([Monaco Editor](https://github.com/microsoft/monaco-editor)) - 展示缩略图支持自定义缩略图生成策略,详见[缩略图配置](https://go-drive.top/#%E7%BC%A9%E7%95%A5%E5%9B%BE%E9%85%8D%E7%BD%AE) - 路径挂载允许管理员将某文件/目录挂载到任意位置 - Drive 管理界面 - 文件搜索 - 通过 WebDAV 访问 - 定时任务([gocron](https://github.com/go-co-op/gocron))支持简单的任务类型(复制/移动/删除)和 JavaScript 脚本类型 ## 项目地址 github:[https://github.com/devld/go-drive](https://github.com/devld/go-drive) demo:[https://demo.go-drive.top/#/\_/](https://demo.go-drive.top/#/_/) 文档:[https://go-drive.top](https://go-drive.top) **Tags:** AList, godrive, 云盘挂载, 网盘挂载 **Categories:** 开源项目 ---