hello,
i am using dietpi as mopidy server on my pi zero.
i prefer iris interface for mopidy.
but i want to acces it only with my device ip.
now it is on http://mydeviceip:6680/iris/#/
is it possible to get rid of “:6680/iris/#/”
thanks
hello,
i am using dietpi as mopidy server on my pi zero.
i prefer iris interface for mopidy.
but i want to acces it only with my device ip.
now it is on http://mydeviceip:6680/iris/#/
is it possible to get rid of “:6680/iris/#/”
thanks
This is not easily/natively possible.
If you enter http://mydeviceip only into the browser, the browser will send the request to default HTTP port 80, so http://mydeviceip:80.
Mopidy does not listen to this port, but it’s own port instead, to not mess up with webservers. So as long as there is no webserver installed, nothing listens to port 80 then.
There are three possibilities:
The last two solutions still require /iris suffix. Not sure if you can somehow set this as default interface to show up on : already.