Hacker News new | ask | show | jobs
by penagwin 2653 days ago
I'm curious, how do you use both seafile and minio?
1 comments

Minio is an S3 proxy, allowing you to use different storage backends with systems that support S3-compatible blob storage (like Seafile).

In my case I have Minio in front of Azure blob storage, so Seafile is storing data in that.

I host Seafile and Minio using Docker Compose, which was super-simple to get started with.