Minio access files publicly

I setup Minio following this tutorial

also configured the “http_service” section

[http_service]
	internal_port = 9000
	force_https = true
	auto_stop_machines = true
  auto_start_machines = true
  min_machines_running = 0

But when I try to access some file https://wild-minio.fly.dev/cards/caveman/card.png, it doesn’t work.

When I do fly proxy 9000, localhost:9000/cards/caveman/card.png the file shows just fine.

Hi… It looks like you might not have any public IP addresses configured. What does fly ips list output?

That was the problem

running fly ips allocate-v4 --shared worked

thank you

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.