Android companion app for Pi-hole server written with Jetpack Compose
To build the app, you will be required to provide a PIHOLE_PASSWORD
in your gradle.properties
in order for the project to build.
PIHOLE_PASSWORD="YOUR PASSWORD"
This value can be obtained from the conf file on the Pi-hole server with the following command
> cat /etc/pihole/setupVars.conf | grep WEBPASSWORD
> WEBPASSWORD=YOURHASHEDWEBPASSWORD
This step is not required, but any value needs to be set so the project can compile. If the incorrect password is set, the Enable and Disable functionality will not work.