feat: add Pi-hole primary and secondary services to homepage configuration
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
widget:
|
widget:
|
||||||
type: pihole
|
type: pihole
|
||||||
url: http://{{HOMEPAGE_VAR_PIHOLE_1_IP}}
|
url: http://{{HOMEPAGE_VAR_PIHOLE_1_IP}}
|
||||||
|
version: 6
|
||||||
key: "{{HOMEPAGE_VAR_PIHOLE_1_KEY}}"
|
key: "{{HOMEPAGE_VAR_PIHOLE_1_KEY}}"
|
||||||
- Pi-hole Secondary:
|
- Pi-hole Secondary:
|
||||||
icon: pi-hole.png
|
icon: pi-hole.png
|
||||||
@@ -14,4 +15,15 @@
|
|||||||
widget:
|
widget:
|
||||||
type: pihole
|
type: pihole
|
||||||
url: http://{{HOMEPAGE_VAR_PIHOLE_2_IP}}
|
url: http://{{HOMEPAGE_VAR_PIHOLE_2_IP}}
|
||||||
|
version: 6
|
||||||
key: "{{HOMEPAGE_VAR_PIHOLE_2_KEY}}"
|
key: "{{HOMEPAGE_VAR_PIHOLE_2_KEY}}"
|
||||||
|
|
||||||
|
- Management:
|
||||||
|
- Portainer:
|
||||||
|
icon: portainer.png
|
||||||
|
href: https://{{HOMEPAGE_VAR_PORTAINER_DOMAIN}}/admin/
|
||||||
|
widget:
|
||||||
|
type: portainer
|
||||||
|
url: https://{{HOMEPAGE_VAR_PORTAINER_DOMAIN}}
|
||||||
|
env: 3
|
||||||
|
key: "{{HOMEPAGE_VAR_PORTAINER_KEY}}"
|
||||||
Reference in New Issue
Block a user