I recently set up a new Coolify instance and had to redo configs for Coolify’s S3 storage backups. I realized that the official docs don’t go into the Backblaze B2 configs.
It’s not difficult, but this would be useful if you don’t want to do slight trial and error to get the details correct. So I wrote the short steps to add a Backblaze B2 bucket to Coolify’s S3 storages for backup.
Create your bucket at B2 Cloud Storage Buckets
B2 Cloud Storage > Buckets > Create a Bucket
Create an application key at Application Keys
B2 Cloud Storage > Application Keys > Add a New Application Key
Set the application key Type of Access as “Read and Write”.
Go to your Coolify instance and add an S3 storage
S3 Storages > Add
Grab the details from your Backblaze dashboard
Endpoint: Get URL from the dashboard (e.g., https://s3.us-west-002.backblazeb2.com) Bucket: Bucket Name Region: Leave it (mine is the S3 default, us-east-1) Access key: keyID Secret key: applicationKey
You’re done! After this, just set your Coolify instance/project backups to this Backblaze B2 bucket.