Cross-posting from my comment on Reddit's /r/Linux
I'm a little disappointed that they seem to be very uninterested on how to get it working on "unsupported" configurations
My x86 gateway currently runs on Gentoo (PFsense kept having random crashing issues) and it's something I'd love to add to it
as far as I can tell all Pi-Hole needs is
- Lighttpd + PHP (web management portal)
- DNSMASq (DNS)
- DHCPD (DHCP)
- git (blocklist updates?)
There was a single github issue tracker where someone got it working fairly easily (essentially saying "please install package X/Y/Z" during setup) which was closed by the developer as "only two people have asked about Gentoo"
I know Gentoo is fairly niche as far as distributions go, but seeing popular software moving away from "here's how to compile/install it" to "here's a docker container/here's what "we" support" is very disheartening