2121 Padding =" 10,10,0,0"
2222 Text =" Pi-Hole Uri" />
2323 <Label x : Name =" uriHelpDetail"
24- FontSize = " Header "
25- TextType = " Html "
24+ TextType = " Text "
25+ FontSize = " Small "
2626 Padding =" 10,10,0,0" >
2727 <Label .Text>
2828The Pi-Hole URI is the beginning of whatever you use to connect to the Pi-Hole web interface. For example if you enter:
2929
30- < br>< br>
31-
32- < code> http://192.168.1.200:8181/admin < /code>
3330
34- < br>< br>
31+ http://192.168.1.200:8181/admin
32+
3533
3634to access the web interface, you should enter:
3735
38- < br>< br>
3936
40- < code > http://192.168.1.200:8181 < /code >
37+ http://192.168.1.200:8181
4138
42- < br>< br>
4339
4440into PiContrHOLE.
4541
46- < br>< br>
47-
4842Ensure you're entering the correct protocol (HTTP/HTTPS) and (if necessary) ports.
4943
5044 </Label .Text>
5145 </Label >
5246
5347 <Label x : Name =" uriHelpDetail2"
54- FontSize =" Header"
55- TextType =" Html"
48+ FontSize =" Small"
5649 Padding =" 10,10,0,0" >
5750 <Label .Text>
58- If your web interface is hosted over port 80 (the default) you do not need to specify it.
5951
60- < br >< br >
52+ If your web interface is hosted over port 80 (the default) you do not need to specify it.
6153
6254You can test the API by visiting:
6355
64- < br>< br>
65-
66- < code> http://YOUR_PI_IP/admin/api.php?summary < /code>
6756
57+ http://YOUR_PI_IP/admin/api.php?summary
6858
6959 </Label .Text>
7060 </Label >
7161
7262 <Label x : Name =" uriHelpDetail3"
73- FontSize =" Header"
74- TextType =" Html"
63+ FontSize =" Small"
7564 Padding =" 10,10,0,0" >
7665 <Label .Text>
7766If you see data on the screen, your pi-hole is setup correctly!
7867
79- < br>< br>
80-
8168If the page does not load, please first fix the configuration of your pi-hole and check your firewall settings.
8269
83- < br>< br>
84-
8570Note that if you are accessing your pi-hole outside of your local network, you must communicate over HTTPS (An iOS rule).
8671
8772 </Label .Text>
@@ -103,32 +88,25 @@ Note that if you are accessing your pi-hole outside of your local network, you m
10388 Padding =" 10,10,0,0"
10489 Text =" WEBPASSWORD (API Key)" />
10590 <Label x : Name =" apiHelpDetail"
106- FontSize =" Header"
107- TextType =" Html"
91+ FontSize =" Small"
10892 Padding =" 10,10,0,0"
10993 >
11094 <Label .Text>
11195One of the simplest ways to acquire the API Key is to, in the pi-hole webapp open:
11296
113- < br>< br>
11497
115- < code > Settings > API/Web Interface > Show API Token < /code >
98+ Settings > API/Web Interface > Show API Token
11699
117- < br>< br>
118100
119101If this doesn't work - there's an alternative! You'll need to connect to your pi-hole over SSH (or physically), browse to the file:
120102
121- < br>< br>
122103
123- < code > /etc/pihole/setupVars.conf < /code >
104+ /etc/pihole/setupVars.conf
124105
125- < br>< br>
126106
127107and copy the WEBPASSWORD entry.
128108
129- < br>< br>
130-
131- Enter *just* the part *after* the < code> WEBPASSWORD= < /code>
109+ Enter *just* the part *after* the WEBPASSWORD= .
132110 </Label .Text>
133111 </Label >
134112
@@ -142,23 +120,50 @@ Enter *just* the part *after* the <code> WEBPASSWORD= </code>
142120 BorderColor =" DarkGray"
143121 IsClippedToBounds =" True"
144122 >
123+ <StackLayout >
124+ <Label x : Name =" uiHelpHeader"
125+ FontSize =" Header"
126+ FontAttributes =" Bold"
127+ Padding =" 10,10,0,0"
128+ Text =" Quick Tips" />
129+ <Label x : Name =" uiHelpDetail"
130+ FontSize =" Small"
131+ Padding =" 10,10,0,0"
132+ >
133+ <Label .Text>
134+ This app supports Dark mode! Toggle your iPhone's system dark mode setting to toggle.
135+
136+
137+ Long press (3D Touch) the app icon from your home screen to quickly enable/disable your primary pi-hole.
138+
139+
140+ </Label .Text>
141+ </Label >
142+ </StackLayout >
143+ </Frame >
144+ <Frame CornerRadius =" 10"
145+ HasShadow =" False"
146+ x : Name =" helpView4"
147+ HorizontalOptions =" CenterAndExpand"
148+ Margin =" 15,20,15,0"
149+ BorderColor =" DarkGray"
150+ IsClippedToBounds =" True"
151+ >
145152 <StackLayout >
146153 <Label x : Name =" moreInfoHelpHeader"
147154 FontSize =" Header"
148155 FontAttributes =" Bold"
149156 Padding =" 10,10,0,0"
150157 Text =" Raise an Issue" />
151158 <Label x : Name =" moreInfoHelpDetail"
152- FontSize =" Header"
153- TextType =" Html"
159+ FontSize =" Small"
154160 Padding =" 10,10,0,0"
155161 >
156162 <Label .Text>
157- This app has been tested against Pi-Hole v4.4 and (briefly) v5.0.
163+ This app has been tested against Pi-Hole v4.4 and v5.0.
158164
159- < br>< br>
160165
161- Visit < code > github.com/joshspicer/pihole-mobile-app < /code > for additional resources and to open an issue! Thanks!
166+ The best way to report a bug or request a feature is by visiting github.com/joshspicer/pihole-mobile-app and opening an issue. Thanks!
162167
163168
164169 </Label .Text>
0 commit comments