Skip to content

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

License

Notifications You must be signed in to change notification settings

Kennyc1012/Pi-Hole-Compose

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages