Is there a way to have to endpoints for a web service?

I’m trying to use Minio but per the docs, I can only have one endpoint exposed at a time, it’d be really nice to have two so I can access the Minio console and have the API open as well. Is there a way to do this?

2 Likes

Can someone confirm that we can use either the Minio web console or the Minio API, not both? I need the API for a project, and I’d like the gui to browse my files from time to time. What’s the correct way to do this on render.com?

I have a more basic problem, how do I modify the repo to publicly expose the API? Per the instructions, I modified the port, and changed it to 9000, but the logs show the API port is still at 10000. It’s also set to 9000 in the environment section in the web service.
Can you take a look at my forked minio repo and tell me where I’ve gone wrong? https://github.com/jm8985/minio