whosinmylan icon indicating copy to clipboard operation
whosinmylan copied to clipboard

A bit confuse on how to set this up

Open astronyu opened this issue 2 years ago • 3 comments

So, if I have no need for a domain, how to access the webui? Do we need to set port later in docker ui?

astronyu avatar Sep 25 '23 19:09 astronyu

The default port is 8484 but you can also set a custom one via WEBUI_PORT. You can then access the service via http://<server_ip>:8484 and that's also what you would set WEBUI_URL to if not using a domain + reverse proxy.

1RandomDev avatar Sep 25 '23 19:09 1RandomDev

Thanks, but I failed to get this to be created in synology docker for some unknown reason.

astronyu avatar Sep 26 '23 06:09 astronyu

Maybe just try the docker compose example instead of the UI.

1RandomDev avatar Sep 26 '23 14:09 1RandomDev