-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using outside of network, Images not working #28
Comments
You should allow external networks to access your MinIO. |
I don't think it should be that way. All my databases like MySQL, InfluxDB are local only and I put MinIO the same way. If this would be fixed it would be even more awesome |
First of all, this is not a bug. Binary files such as images are usually stored on the hard disk of the server or S3. It is common practice to return the url of the file on the backend. Secondly, if the server returns pictures, there are some disadvantages.
I can add an environment variable about reading files internally, if you still insist. |
Would love to have the option. Your arguments are right but I personally will be using the other way |
a bit of investigation got me to the /api/file/... url which actually return the local minio url instead of the Image.. this should be fixed
The text was updated successfully, but these errors were encountered: