[Self hosted] proxy and SSL settings are not clear in docs for MinIO #7713
Unanswered
4rombusiness
asked this question in
Q&A
Replies: 1 comment
-
|
If the problem is still relevant, then it seems that you don't need to specify the full URL, just the host. I think that's how it was in the original museum. endpoint: https://entee_minio.MY_DOMAIN.COM
endpoint: entee_minio.MY_DOMAIN.COMs3:
are_local_buckets: false #changed this as docs mentioned
use_path_style_urls: true
b2-eu-cen:
# Uncomment the below configuration to override the top-level configuration
# are_local_buckets: true
# use_path_style_urls: true
key: minio-user-oEad0XZw
secret: 3L1vZQqFiRETzMZ4Zd/LvAJzxGr2
endpoint: entee_minio.MY_DOMAIN.COM
region: eu-central-2
bucket: b2-eu-cen
wasabi-eu-central-2-v3:
# are_local_buckets: true
# use_path_style_urls: true
key: minio-user-oEad0XZw
secret: 3L1vZQqFiRETzMZ4Zd/LvAJzxGr2
endpoint: entee_minio.MY_DOMAIN.COM
region: eu-central-2
bucket: wasabi-eu-central-2-v3
compliance: false
scw-eu-fr-v3:
# are_local_buckets: true
# use_path_style_urls: true
key: minio-user-oEad0XZw
secret: 3L1vZQqFiRETzMZ4Zd/LvAJzxGr2
endpoint: entee_minio.MY_DOMAIN.COM
region: eu-central-2
bucket: scw-eu-fr-v3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🐛 Bug Report: Image Upload Fails in Production
Thank you for this wonderful project!
I've been experimenting with it for a while, but encountered a problem configuring it in production on my server.
⚙️ Environment Details
🧾 Configuration Files
compose.yaml
museum.yaml
NGINX Configuration
🪵 Logs
Access Log Snippet
❌ Error
When trying to upload any image, I receive this error in the browser console:
Request URL example:
🧩 What I Tried
are_local_bucketsanduse_path_style_urls💭 Expected Behavior
The upload should succeed and the image should appear in the collection.
💡 Additional Context
If helpful, I can share more logs or verbose output from the containers.
Any help diagnosing why MinIO responds with 400 would be appreciated! 🙏
Beta Was this translation helpful? Give feedback.
All reactions