Skip to content
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

MINIO_SHARE_URL #3256

Closed
vanodevium opened this issue Mar 7, 2024 · 2 comments
Closed

MINIO_SHARE_URL #3256

vanodevium opened this issue Mar 7, 2024 · 2 comments

Comments

@vanodevium
Copy link

While searching for a solution to my problem, I realized that there are already a ton of questions about how to use MINIO_SERVER_URL if minio is running behind a proxy or a server. There is no solution, except to puzzle with certificates, or by opening the port to public access.

Why not just create a new variable MINIO_SHARE_URL that (if configured) will handle specifically the case of creating a share link in the console without breaking the download or preview functionality.

I absolutely understand that the link sharing functionality is designed to be used from the client or SDK, but sometimes it can't be done programmatically and needs to be done from the console (say, a human manager)


briefly about the problem, for context:

When the minio is running behind traefik, creating a share link in the console returns 127.0.0.1:9000 as the host.
To change this behavior, it is suggested to configure MINIO_SERVER_URL, but after that, downloading, previewing and sometimes logging into the console stops working in general.

@harshavardhana harshavardhana transferred this issue from minio/minio Mar 7, 2024
@cesnietor
Copy link
Collaborator

cesnietor commented Mar 13, 2024

Hi, @vanodevium this should be solved with the following proposal #3255. It's in our pipeline.

@vanodevium
Copy link
Author

@cesnietor

Awesome! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants