From 3208de65d4837e2aea85e51959806e257662ee81 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Thu, 29 Apr 2021 20:03:46 +0200 Subject: [PATCH] Add snapcast and tvheadend webinterfaces --- config/uwap-home/index.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index e965b34..bba5e95 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -826,6 +826,18 @@ const config: Config = { link: "http://192.168.0.12:3000/", text: "Grafana", icon: svg(icons.mdiOpenInNew) + }, + { + type: "link", + link: "http://192.168.0.12:1780/", + text: "Snapcast", + icon: svg(icons.mdiOpenInNew) + }, + { + type: "link", + link: "http://carina.fritz.box:9981/", + text: "tvheadend", + icon: svg(icons.mdiOpenInNew) } ] },