From ea7fe7b42705067db7c5b8ea75eca294efc146d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Loureiro?= Date: Mon, 16 Feb 2026 22:35:27 -0300 Subject: [PATCH] feat: add Pi-hole primary and secondary services to homepage configuration --- config/services.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config/services.yaml b/config/services.yaml index 3c272c0..ac1c844 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -7,6 +7,7 @@ widget: type: pihole url: http://{{HOMEPAGE_VAR_PIHOLE_1_IP}} + version: 6 key: "{{HOMEPAGE_VAR_PIHOLE_1_KEY}}" - Pi-hole Secondary: icon: pi-hole.png @@ -14,4 +15,15 @@ widget: type: pihole url: http://{{HOMEPAGE_VAR_PIHOLE_2_IP}} - key: "{{HOMEPAGE_VAR_PIHOLE_2_KEY}}" \ No newline at end of file + version: 6 + 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}}" \ No newline at end of file