All Projects → devld → go-drive

devld / go-drive

Licence: MIT license
A simple cloud drive mapping web app supports local, FTP/SFTP, S3, OneDrive, WebDAV, Google Drive.

Programming Languages

go
31211 projects - #10 most used programming language
Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to go-drive

Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+16498.37%)
Mutual labels:  s3, onedrive, google-drive, webdav, cloud-storage
Cyberduck
Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
Stars: ✭ 1,080 (+486.96%)
Mutual labels:  s3, onedrive, google-drive, webdav
Filestash
🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+2742.93%)
Mutual labels:  s3, google-drive, webdav, file-manager
Cloudcross
CloudCross it's opensource crossplatform software for syncronization a local files and folders with many cloud providers. On this moment a Cloud Mail.Ru, Yandex.Disk, Google drive, OneDrive and Dropbox support is available
Stars: ✭ 185 (+0.54%)
Mutual labels:  onedrive, google-drive, cloud-storage
Sftpgo
Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
Stars: ✭ 3,534 (+1820.65%)
Mutual labels:  s3, webdav, cloud-storage
rclone-drive
☁️Simple web cloud storage based on rclone, transform cloud storage (s3, google drive, one drive, dropbox) into own custom web-based storage
Stars: ✭ 30 (-83.7%)
Mutual labels:  s3, google-drive, cloud-storage
cottoncandy
sugar for s3
Stars: ✭ 33 (-82.07%)
Mutual labels:  s3, google-drive, cloud-storage
Minio Hs
MinIO Client SDK for Haskell
Stars: ✭ 39 (-78.8%)
Mutual labels:  s3, cloud-storage
Go Storage
An application-oriented unified storage layer for Golang.
Stars: ✭ 87 (-52.72%)
Mutual labels:  s3, cloud-storage
Afs
Abstract File Storage
Stars: ✭ 126 (-31.52%)
Mutual labels:  s3, file-manager
stremio-gdrive
Stremio addon for fetching videos from your google drive.
Stars: ✭ 73 (-60.33%)
Mutual labels:  google-drive, drive
Cloudexplorer
Cloud Explorer
Stars: ✭ 170 (-7.61%)
Mutual labels:  s3, cloud-storage
spring-file-storage-service
The FSS(file storage service) APIs make storing the blob file easy and simple .
Stars: ✭ 33 (-82.07%)
Mutual labels:  s3, webdav
Winscp
WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also Amazon S3, FTPS, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly.
Stars: ✭ 794 (+331.52%)
Mutual labels:  s3, webdav
S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (+3015.76%)
Mutual labels:  s3, cloud-storage
backmeup
BackMeUp: An automated MySQL / MariaDB databases and files backup solution on *nix Machines using Amazon S3, WebDAV (ownCloud / NextCloud etc.), Google Drive and Dropbox.
Stars: ✭ 80 (-56.52%)
Mutual labels:  google-drive, webdav
backblaze
Backblaze.Agent is a high-performance .NET Core implementation of the Backblaze B2 Cloud Storage API.
Stars: ✭ 32 (-82.61%)
Mutual labels:  s3, cloud-storage
mindav
A self-hosted file backup server which bridges WebDAV protocol with @minio written in @totoval. Webdav ❤️ Minio
Stars: ✭ 64 (-65.22%)
Mutual labels:  s3, webdav
Kodexplorer
A web based file manager,web IDE / browser based code editor
Stars: ✭ 5,490 (+2883.7%)
Mutual labels:  s3, webdav
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+2036.96%)
Mutual labels:  s3, cloud-storage

go-drive

English version

Demo: https://demo.go-drive.top

Doc: https://go-drive.top

功能

  • 文件管理,拖拽/粘贴上传,拖拽管理文件
  • 文件打包下载
  • 基于用户/组的权限控制
  • 图片浏览(PhotoSwipe)
  • 音乐播放(APlayer)
  • 文本编辑(CodeMirror)
  • 代码编辑(Monaco Editor)
  • 展示缩略图
  • 路径挂载
  • Drive 管理界面
  • 文件搜索
  • 通过 WebDAV 访问
  • 定时任务(gocron)

目前支持的 Drives

  • 本地文件
  • FTP
  • SFTP
  • WebDAV 协议
  • S3 兼容的云存储
  • OneDrive
  • Google Drive
  • Dropbox(JavaScript)
  • 七牛云(JavaScript)

如何使用

Docker

mkdir go-drive-data
docker run -d --name go-drive -p 8089:8089 -v `pwd`/go-drive-data:/app/data devld/go-drive

其中 go-drive-data 是数据目录,为了保证数据在应用升级后保留,最好将其映射至容器外。

直接运行

Release 页面下载对应平台的压缩包,解压后运行

  • Linux
./go-drive
  • Windows

直接运行 go-drive.exe 即可

默认用户为 admin,密码 123456

Features

  • files management, drag-and-drop/paste upload, drag-and-drop file management
  • Zip package download
  • User/group-based permission control
  • Image gallery(PhotoSwipe)
  • Music player(APlayer)
  • Text Editor(CodeMirror)
  • Code Editor(Monaco Editor)
  • Thumbnails
  • Path mounting
  • Drive management
  • Files searching
  • Access via WebDAV
  • Scheduled Jobs(gocron)

Currently supported drives

  • Local
  • FTP
  • SFTP
  • WebDAV
  • S3
  • OneDrive
  • Google Drive
  • Dropbox(JavaScript)
  • Qiniu(JavaScript)

How to use

Docker

mkdir go-drive-data
docker run -d --name go-drive -p 8089:8089 -v `pwd`/go-drive-data:/app/data devld/go-drive

go-drive-data is the data directory. To ensure that the data is retained after the application is upgraded, it is best to map it outside the container.

Release

Download binary file from the Release page, decompress and run

  • Linux
./go-drive
  • Windows

Just run go-drive.exe

Default user is admin, its password is 123456

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].