Closed Veeramk closed 3 years ago
Comitup and pi-hole are competing to provide resources. At a minimum that includes DNS and web services. Take a look at the comitup-conf man page and the web-service keyword. If you can classify the pi-hole activities as a systemd service, you could use that flag to get the two to co-exist.
I wouldn't classify this as a newbie task. If you get it to work, I'd love to see a write-up.
Add server.port := 8000
or your desired port to /etc/lighttpd/external.conf
then restart. Then restart lighttpd using sudo systemctl restart lighttpd
, and you will be able to access the pi-hole administrative interface at http://localhost:8000/admin.
Then add a delay to the startup of the Pi-hole DNS server by adding DELAY_STARTUP=120
to /etc/pihole/pihole-FTL.conf
2 minutes is more than enough to configure comitup through the web page.
I had no issues running comitup along with Pihole.
@Anjum9694, thanks for the information.
I've written a post on how to combine Comitup and Pi-hole.
Hello, I have comitup running on my raspberry pi smoothly. But as I add pi hole to it when I try to connect it wide it showed the pi hole page. I am bit of a newbie so please help me with this. By the way awesome work. Thank you.