infrared icon indicating copy to clipboard operation
infrared copied to clipboard

Unable to configure

Open kamegami13 opened this issue 2 years ago • 0 comments

I want to do a basic configuration to proxy subdomain to multiple minecraft servers I'm running on my in home Ubuntu Server. The servers are set up as Docker instance using itzg/docker-minecraft-server.

While I was able to deplay a infrared docker instance, I have no idea how to configure it. What I know from reading the available docs is there is the /configs folder, and there are JSON config parameters. Where do I put the JSON config? Do I create a .json file in the config folder for each mc server? Does the naming scheme matter?

I tried going on the Discord for help but the invite didn't work.

EDIT: After going through the logs I determined that having a json file for each server is correct and infrared will detect all files in that directory. The docs should really state this explicitly.

Furthermore, I found my issue was that "ProxyTo": ":port#" and "ProxyTo": "localhost:port#" did not work, it would give a could not ping error. "ProxyTo": "ip#:port#" did work.

kamegami13 avatar Aug 28 '21 22:08 kamegami13