From 2545b737b07f199d43d25dfd2539980265d696ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Loureiro?= Date: Mon, 16 Feb 2026 22:39:52 -0300 Subject: [PATCH] fix: correct indentation for Portainer service --- config/services.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/services.yaml b/config/services.yaml index ac1c844..0535940 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -19,11 +19,11 @@ 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 + - 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