From 2b4ca7a64a7a1a1a667109fd5b3c15cd0d570c0e Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 17 Aug 2020 15:10:57 -0400 Subject: [PATCH] fix http --- config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index 2352997..a2639ec 100644 --- a/config.yml +++ b/config.yml @@ -65,17 +65,17 @@ services: target: '_blank' - name: "Red" logo: "assets/tools/glances.png" - url: "https://monitor.ducoterra.net/" + url: "http://red" tag: "Monitoring" target: '_blank' - name: "Grey" logo: "assets/tools/glances.png" - url: "https://monitor.ducoterra.net/" + url: "https://grey" tag: "Monitoring" target: '_blank' - name: "Purple" logo: "assets/tools/glances.png" - url: "https://monitor.ducoterra.net/" + url: "https://purple" tag: "Monitoring" target: '_blank' - name: "Network" @@ -104,5 +104,5 @@ services: - name: "Pihole" logo: assets/tools/pihole.svg tag: "Network" - url: "https://pihole.ducoterra.net/admin/" + url: "http://pihole.ducoterra.net/admin/" target: '_blank' \ No newline at end of file