Accessing MinIO
How to access MinIO
The following content applies to self-hosted deployments only
Budibase uses a MinIO object store, to store::
- Web front-end files
- Attachments
You have full access to MinIO, via the official client. Before you access the MinIO client, follow these steps:
- Enable MinIO browsing. Your docker-compose.yaml should contain a setting called MINIO_BROWSER - make sure its value is on
- If you made a change to your docker-compose.yaml, you will need to save the file and restart your cluster.
- Now, find your access key and secret. Your .env file should contain these values
- MINIO_ACCESS_KEY, and
- MINIO_SECRET_KEY
Now you should be able to access MinIO via the URL:
your-budibase-host/minio
Updated 3 months ago
Did this page help you?