Moode Forum
[PROBLEM] Pi-hole on same hardware - 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: [PROBLEM] Pi-hole on same hardware (/showthread.php?tid=823)

Pages: 1 2


RE: Pi-hole on same hardware - HemiRick - 12-29-2018

I got Pi hole running on my Moode Pi using the basic instructions, it installed and ran fine.....the web interface did not work though, {it gave the default cover image for some reason when i hit 192.168.1.xxx/admin}, had to change the port that pi holes web server used from 80 to whatever port you choose, this way it does not conflict with Moode web server. Edit /etc/lighttpd/lighttpd.conf, then restart lighttpd Then when I went to 192.168.1.xxx:port/admin I get pi holes web page.

It has no audible impact on Moode to my ears.


RE: Pi-hole on same hardware - Tim Curtis - 12-29-2018

So it's using something other than NGINX as web server?


RE: Pi-hole on same hardware - Boardman - 12-29-2018

(12-29-2018, 04:16 AM)Tim Curtis Wrote: So it's using something other than NGINX as web server?

yes, it comes together wit a lighttpd server..

Hemirick, thanks for the idea, sometimes you are getting blind, by runing through the "old" procedures" (-:
In May I changed Moode Port, so I did it again...

but NGINX would also be possible...
https://github.com/pi-hole/pi-hole/wiki/Nginx-Configuration


RE: Pi-hole on same hardware - HemiRick - 12-29-2018

wow I need to study that page and see if I can figure out how to make pi hole use NGINX, my 1st impression is it's way over my head....Seems much more efficient to only run 1 web server.