minio

Hello, how are you? has anyone deployed a MinIO service? I have a problem... I can access from the internal network with the Minio/console. however I can't access via the public bucket. I configured the automatic public domain and the deploy log shows S3-API: https://<mycustomdomain>.up.railway.app:9000 Console: http://<publicRailIp>:40125 http://127.0.0.1:40125/ however, when trying to access the domain to create the connection via nodejs, or when sharing a file with a temporary url does not work... I only have access from Minio/console (editado) [23:32] https://railway.app/template/SMKOEA https://hub.docker.com/r/minio/console https://hub.docker.com/r/minio/minio
Solution:
maybe you would be more interested in something like cloudflare r2
Jump to solution
25 Replies
Percy
Percy8mo ago
Project ID: 96b38ca2-40e8-4279-bf8d-bd9314534eb9
Kenfoxfire
Kenfoxfire8mo ago
96b38ca2-40e8-4279-bf8d-bd9314534eb9
Brody
Brody8mo ago
looks like you are trying to use port 9000 you can only access http services over port 443
Kenfoxfire
Kenfoxfire8mo ago
in this case, how can I access the private route of the minio bucket on port 9000? :/
No description
Brody
Brody8mo ago
you already said that you have been able to access it over the private network
Kenfoxfire
Kenfoxfire8mo ago
could I use NGINX to redirect the public http requests to the private network on port 9000?
Brody
Brody8mo ago
like i said previously, you access the service over 443 publicly if you havent set a PORT service variable, it would need to be set to 9000
Kenfoxfire
Kenfoxfire8mo ago
I set the PORT: 9000 however when I try to connect, I get ETIMEDOUT
Kenfoxfire
Kenfoxfire8mo ago
No description
Brody
Brody8mo ago
show me the URL you are using to connect to minio
Kenfoxfire
Kenfoxfire8mo ago
only console can connect with internal dns url
No description
Brody
Brody8mo ago
I'm getting a 403
Kenfoxfire
Kenfoxfire8mo ago
how did you make the request?
Brody
Brody8mo ago
postman I know that's not an S3 client, it was just to test if it was accessible, and 403 is an expected response
Kenfoxfire
Kenfoxfire8mo ago
you only made one get request to the url?
Brody
Brody8mo ago
yes, as previously mentioned it was only a simple test to see if it's accessible I didn't get a timeout
Kenfoxfire
Kenfoxfire8mo ago
Could you show me how you did it? I always get 503
No description
Brody
Brody8mo ago
I can't reproduce that unfortunately
Solution
Brody
Brody8mo ago
maybe you would be more interested in something like cloudflare r2
Kenfoxfire
Kenfoxfire8mo ago
thank you very much, I will take a look
Kenfoxfire
Kenfoxfire8mo ago
I tried again and got status 403, I will check what problems my connection is having Thanks for your help
Brody
Brody8mo ago
no problem
Kenfoxfire
Kenfoxfire8mo ago
The MinIO Documentation of JS has errors
Brody
Brody8mo ago
not much railway can do about that unfortunately