Skip to main content

Decomposeds3 Storage Driver

Decomposeds3 is a storage driver for OpenCloud that uses MinIO, an S3-compatible object storage, for handling file storage efficiently. This setup leverages S3’s scalability while integrating seamlessly with OpenCloud.


Prerequisites:


1. Download

Download the opencloud_full folder (this folder contains a multi-file Docker Compose configuration):

git clone https://github.com/opencloud-eu/opencloud.git

2. Start

Navigate to the Docker Compose configuration folder:

cd opencloud/deployments/examples/opencloud_full

Enable decomposeds3.yml and minio.yml in the .env file:

nano opencloud/deployments/examples/opencloud_full/.env

Find all required environment variables env here: decomposeds3-envs

Start the deployment with Docker Compose:

docker compose up -d

This starts all necessary containers in the background.

3. Add local domains to /etc/hosts

Edit the /etc/hosts file and add the following entries for local access:

127.0.0.1       cloud.opencloud.test
127.0.0.1 minio.opencloud.test

4. Login

Login with your browser:

🎉 Congratulations! You’ve successfully set up and launched OpenCloud! Happy hacking!🚀

Admin general Admin general

Troubleshooting

If you encounter any issues or errors, try finding a solution here: