All Projects → toby1991 → minio-rclone-webdav-server

toby1991 / minio-rclone-webdav-server

Licence: MIT license
A @rclone served WebDAV server with @minio as the s3 storage backend docker example

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to minio-rclone-webdav-server

esop
Cloud-enabled backup and restore tool for Apache Cassandra
Stars: ✭ 40 (+135.29%)
Mutual labels:  backup, storage, s3, minio
mindav
A self-hosted file backup server which bridges WebDAV protocol with @minio written in @totoval. Webdav ❤️ Minio
Stars: ✭ 64 (+276.47%)
Mutual labels:  backup, s3, webdav, minio
minback-postgres
A container which provides the ability to backup a PostgreSQL database to Minio on demand
Stars: ✭ 18 (+5.88%)
Mutual labels:  backup, s3, minio
awesome-storage
A curated list of storage open source tools. Backups, redundancy, sharing, distribution, encryption, etc.
Stars: ✭ 324 (+1805.88%)
Mutual labels:  backup, storage, s3
Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+179552.94%)
Mutual labels:  s3, webdav, rclone
Burry.sh
Cloud Native Infrastructure BackUp & RecoveRY
Stars: ✭ 260 (+1429.41%)
Mutual labels:  backup, s3, minio
backup-repository
Backup storage for E2E GPG-encrypted files, with multi-user, quotas, versioning, using a object storage (S3/Min.io/GCS etc.) and deployed on Kubernetes or standalone.
Stars: ✭ 21 (+23.53%)
Mutual labels:  backup, s3, minio
BlobHelper
BlobHelper is a common, consistent storage interface for Microsoft Azure, Amazon S3, Komodo, Kvpbase, and local filesystem written in C#.
Stars: ✭ 23 (+35.29%)
Mutual labels:  storage, s3
minio-dart
Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server.
Stars: ✭ 42 (+147.06%)
Mutual labels:  s3, minio
terraform-aws-efs-backup
Terraform module designed to easily backup EFS filesystems to S3 using DataPipeline
Stars: ✭ 40 (+135.29%)
Mutual labels:  backup, s3
mlflow-docker
Ready to run docker-compose configuration for ML Flow with Mysql and Minio S3
Stars: ✭ 146 (+758.82%)
Mutual labels:  s3, minio
go-storage
A vendor-neutral storage library for Golang: Write once, run on every storage service.
Stars: ✭ 387 (+2176.47%)
Mutual labels:  storage, s3
Bash-Backup-Script
A small script to upload backup tar to an external storage service
Stars: ✭ 21 (+23.53%)
Mutual labels:  backup, rclone
backup-suite
Backup database, static files and config to AWS S3 with Cronjob
Stars: ✭ 32 (+88.24%)
Mutual labels:  backup, s3
gosquito
gosquito ("go" + "mosquito") is a pluggable tool for data gathering, data processing and data transmitting to various destinations.
Stars: ✭ 25 (+47.06%)
Mutual labels:  s3, minio
PHP-Backuper
A framework which will help you to make (incremental) backups of your site.
Stars: ✭ 16 (-5.88%)
Mutual labels:  backup, webdav
aws-utils
This repository provides utilities which are used at MiQ.
Stars: ✭ 20 (+17.65%)
Mutual labels:  backup, s3
fss3
FSS3 is an S3 filesystem abstraction layer for Golang
Stars: ✭ 52 (+205.88%)
Mutual labels:  s3, minio
terraform-provider-minio
Terraform provider for managing minio S3 buckets and IAM Users
Stars: ✭ 123 (+623.53%)
Mutual labels:  s3, minio
s3x
s3x is a minio gateway providing an S3 API powered by TemporalX that uses IPFS as the data storage layer. It lets you turn any S3 application into an IPFS application with no change in application design
Stars: ✭ 85 (+400%)
Mutual labels:  s3, minio

minio-rclone-webdav-server

A @rclone served WebDAV server with @minio as the s3 storage backend docker example

Docker Cloud Build Status

Run

git clone https://github.com/toby1991/minio-rclone-webdav-server
cd minio-rclone-webdav-server
docker-compose up -d

Then use your favorite WebDAV connect:

  • Host: http://127.0.0.1:80
  • Username: rclone
  • Password: rclone123

Env Configuration

Your Minio Bucket Name

BUCKET: rclone

Your Webdav basic-auth username

AUTH_USER: rclone

Your Webdav basic-auth password

AUTH_PASS: rclone123

Your Webdav access base path, default "/", usually used for Webdav behind nginx/traefik

BASE_URL: /

Your Rclone WebGUI username

RC_USER: gui

Your Rclone WebGUI password

RC_PASS: gui123

Dashboard

  • Host: http://127.0.0.1:5572
  • Username: gui
  • Password: gui123

Fuse

add --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfine when running.

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].