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: docs/configuration.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1765,29 +1765,31 @@ Preview:
1765
1765
| allow-insecure | bool | no | false |
1766
1766
| url | string | yes | |
1767
1767
| username | string | when service is `adguard` | |
1768
-
| password | string | when service is `adguard` | |
1768
+
| password | string | when service is `adguard` or `pihole6` | |
1769
1769
| token | string | when service is `pihole` | |
1770
1770
| hide-graph | bool | no | false |
1771
1771
| hide-top-domains | bool | no | false |
1772
1772
| hour-format | string | no | 12h |
1773
1773
1774
1774
##### `service`
1775
-
Either `adguard` or `pihole`.
1775
+
Either `adguard`, or `pihole` (major version 5 and below) or `pihole6` (major version 6 and above).
1776
1776
1777
1777
##### `allow-insecure`
1778
1778
Whether to allow invalid/self-signed certificates when making the request to the service.
1779
1779
1780
1780
##### `url`
1781
-
The base URL of the service. Can be specified from an environment variable using the syntax `${VARIABLE_NAME}`.
1781
+
The base URL of the service.
1782
1782
1783
1783
##### `username`
1784
-
Only required when using AdGuard Home. The username used to log into the admin dashboard. Can be specified from an environment variable using the syntax `${VARIABLE_NAME}`.
1784
+
Only required when using AdGuard Home. The username used to log into the admin dashboard.
1785
1785
1786
1786
##### `password`
1787
-
Only required when using AdGuard Home. The password used to log into the admin dashboard. Can be specified from an environment variable using the syntax `${VARIABLE_NAME}`.
1787
+
Required when using AdGuard Home, where the password is the one used to log into the admin dashboard.
1788
+
1789
+
Also requried when using Pi-hole major version 6 and above, where the password is the one used to log into the admin dashboard or the application password, which can be found in `Settings -> Web Interface / API -> Configure app password`.
1788
1790
1789
1791
##### `token`
1790
-
Only required when using Pi-hole. The API token which can be found in `Settings -> API -> Show API token`. Can be specified from an environment variable using the syntax `${VARIABLE_NAME}`.
1792
+
Only required when using Pi-hole major version 5 or earlier. The API token which can be found in `Settings -> API -> Show API token`.
1791
1793
1792
1794
##### `hide-graph`
1793
1795
Whether to hide the graph showing the number of queries over time.
0 commit comments