realies / soulseek-docker

🐳 Soulseek Docker Container
https://hub.docker.com/r/realies/soulseek/
MIT License
209 stars 35 forks source link

Options->Login->Check Ports #67

Closed Corneloues closed 1 year ago

Corneloues commented 1 year ago

Is it possible to launch a browser within the container so that the "Check Ports" button can function.

This has always been the best method to test if the router ports are configured correctly.

realies commented 1 year ago

Adding a full-fledged browser inside the container would make the Docker image significantly bigger for opening that one link. You can open it manually from the same network as the container, the link is http://tools.slsknet.org/porttest.php?port=59916 when your port configuration looks like this:

Corneloues commented 1 year ago

This isn't possible as my router only opens the port to a specific device. So unless I can browse there from the unRaid server, the port will appear blocked.

I'm gonna have to lock solutions in community apps.

realies commented 1 year ago

@Corneloues, apt-get update && apt-get install curl -y && curl http://tools.slsknet.org/porttest.php?port=59916 2>&1 | grep -i port: from the container.