Moode Forum
Change http port - solved. - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Change http port - solved. (/showthread.php?tid=1201)



Change http port - solved. - mabe42 - 03-18-2019

Dear all,
I am successfully running moode 4.4 on a raspi with the pi touchscreen.
Since I don't want to have too many raspis lying around I would like to move my pi-hole (https://pi-hole.net/) to the raspi running moode. However, pi-hole needs port 80. I tried already to add a virtual interface to /etc/network/interfaces, but I didn't manage. So I thought, it might be easier to move the moode-ui to a different port.
In /etc/nginx/nginx.conf I changed the line
listen 80 to listen 8080
and likewise in .xinitrc I added :8080 to the --app i.e. --app=http://localhost/:8080
However, the UI on the raspi screen did not show up and I need the local UI.
What am I doing wrong? Or where else do I need to add the new port 8080?
Regards,
Mabe42
P.S. remote access on port 8080 did also only partially show the UI (using firefox).


RE: Change http port - TheOldPresbyope - 03-18-2019

(03-18-2019, 08:23 AM)mabe42 Wrote: Dear all,
I am successfully running moode 4.4 on a raspi with the pi touchscreen.
Since I don't want to have too many raspis lying around I would like to move my pi-hole (https://pi-hole.net/) to the raspi running moode. However, pi-hole needs port 80. I tried already to add a virtual interface to /etc/network/interfaces, but I didn't manage. So I thought, it might be easier to move the moode-ui to a different port.
In /etc/nginx/nginx.conf I changed the line
listen 80 to listen 8080
and likewise in .xinitrc I added :8080 to the --app i.e. --app=http://localhost/:8080
However, the UI on the raspi screen did not show up and I need the local UI.
What am I doing wrong? Or where else do I need to add the new port 8080?
Regards,
Mabe42
P.S. remote access on port 8080 did also only partially show the UI (using firefox).

Asked and answered in other posts. Move the pi-hole port instead.

Regards,
Kent


RE: Change http port - mabe42 - 03-18-2019

Oh, thanks. I had not serached for pi-hole. Only for the change of port.