Add snapcast and tvheadend webinterfaces

This commit is contained in:
Ranlvor 2021-04-29 20:03:46 +02:00
parent bb334ca7bc
commit 3208de65d4
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -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)
}
]
},