From: Jannik ZANDER Date: Wed, 17 Sep 2025 06:02:59 +0000 (+0200) Subject: Add grafana and influx X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=7e619fd8aa2ebb938ba06a019a57ee7aef01b631;p=zndr-11ty.git Add grafana and influx --- diff --git a/site/_data/services.json b/site/_data/services.json index 8c3b9d2..05f5c18 100644 --- a/site/_data/services.json +++ b/site/_data/services.json @@ -17,6 +17,18 @@ "desc": "Automation & dashboards.", "tag": "Home" }, + { + "name": "Jellyfin", + "href": "https://play.zndr.dk", + "desc": "Media server - movies, show, music.", + "tag": "Media" + }, + { + "name": "Git", + "href": "https://git.zndr.dk", + "desc": "Private repositories.", + "tag": "Git" + }, { "name": "Pi-hole", "href": "https://dns.zndr.dk/admin/", @@ -25,16 +37,18 @@ "lan": true }, { - "name": "Git", - "href": "https://git.zndr.dk", - "desc": "Private repositories.", - "tag": "Git" + "name": "Grafana", + "href": "https://grafana.zndr.dk/admin/", + "desc": "Dashboard and visualization of data.", + "tag": "LAN", + "lan": true }, { - "name": "Jellyfin", - "href": "https://play.zndr.dk", - "desc": "Media server - movies, show, music.", - "tag": "Media" + "name": "Influx", + "href": "https://influx.zndr.dk/admin/", + "desc": "Database for time-series data.", + "tag": "LAN", + "lan": true }, { "name": "Router", @@ -59,7 +73,7 @@ { "name": "Contact", "href": "/contact/", - "desc": "How to reach me", + "desc": "How to reach me.", "tag": "Info" } ]