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
25 Replies
Project ID:
96b38ca2-40e8-4279-bf8d-bd9314534eb9
96b38ca2-40e8-4279-bf8d-bd9314534eb9
looks like you are trying to use port 9000
you can only access http services over port 443
in this case, how can I access the private route of the minio bucket on port 9000? :/
you already said that you have been able to access it over the private network
could I use NGINX to redirect the public http requests to the private network on port 9000?
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
I set the PORT: 9000
however when I try to connect, I get ETIMEDOUT
show me the URL you are using to connect to minio
only console can connect with internal dns url
I'm getting a 403
how did you make the request?
postman
I know that's not an S3 client, it was just to test if it was accessible, and 403 is an expected response
you only made one get request to the url?
yes, as previously mentioned it was only a simple test to see if it's accessible
I didn't get a timeout
Could you show me how you did it?
I always get 503
I can't reproduce that unfortunately
Solution
maybe you would be more interested in something like cloudflare r2
thank you very much, I will take a look
I tried again and got status 403, I will check what problems my connection is having
Thanks for your help
no problem
The MinIO Documentation of JS has errors
not much railway can do about that unfortunately