Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 789 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 789 Bytes

Pi-Hole-Compose

Android companion app for Pi-hole server written with Jetpack Compose

Building

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.