You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# pihole-dashboard
2
2
A simple [Xamarin Forms Shell](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell/) app to manage your local [Pi-hole](https://pi-hole.net/) instance.
3
3
4
-
The idea of this app is to provide "quick toggles" and display information that would be useful "at a glance". My goal is *not* to reach parity with the (awesome) web app that already exists. Use cases include:
4
+
The idea of this app is to provide "quick toggles" and display information that would be useful at a glance. My goal is *not* to reach parity with the (awesome) web app that already exists. Use cases include:
5
5
6
6
1. Allow less technically inclined/interested people to disable your home's pi-hole temporarily.
7
7
2. Ensure your pi-hole instance is up and running.
@@ -31,7 +31,7 @@ Download, [Visual Studio 2019 (Mac/Windows)](https://visualstudio.microsoft.com/
31
31
32
32
## Note
33
33
34
-
You will need the `WEBPASSWORD` found under `/etc/pihole/setupVars.conf` for anything in "Settings". For more details check [here](/help).
34
+
You will need the `WEBPASSWORD` found under `/etc/pihole/setupVars.conf` for anything in "Settings". For more details check [here](./help.md).
35
35
36
36
The API token for this app is NOT the one found in the web GUI, nor is it your login password. The API utilized is outlined [here](https://discourse.pi-hole.net/t/pi-hole-api/1863).
0 commit comments