Buckets in the setup script?
Hey everyone. I just learnt about Ente *Photos and I'm looking to set it up on my server. One thing I noticed in the docker-compose.yml file of the setup script is this post-start exec script for MinIO:
This is seemingly creating local buckets through MinIO because
are_local_buckets is set to true in the museum.yaml file, but why are they named after actual S3 regions if they're actually local? I've never used MinIO or Museum before so apologies if this seems like a dumb question.4 Replies
The bucket names
b2-eu-cen, wasabi-eu-central-2-v3, and scw-eu-fr-v3 are hardcoded, but they do not actually have any relation to Backblaze, Wasabi, or Scaleway. You can find these bucket names in the post_start script in the Docker troubleshooting documentation https://help.ente.io/self-hosting/troubleshooting/docker#poststart.
These names are used for primary, secondary, and cold storage respectively. The keys and secrets for these buckets can be configured as needed. A sample configuration for b2-eu-cen is available, which can also be used for the other two buckets: https://help.ente.io/self-hosting/administration/object-storage#bucket-configuration.
-# If your issue is resolved, feel free to use the /solved command to close this thread. If you'd like to ask me another question use /docsearchConfiguring Object Storage - Self-hosting | Ente Help
Configure Object Storage for storing files along with some troubleshooting tips
Troubleshooting Docker-related errors - Self-hosting | Ente Help
Fixing Docker-related errors when trying to self-host Ente
🔍 Similar Solved Posts
Found some similar posts that might help:
📋 Check these out:
Thanks bot!
-# If your issue is resolved, you can use the /solved command to close the thread. If not, use /unsolve to cancel.
Thread marked as solved. It will be closed in <t:1758574971:R>.
This thread is now closed.