mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
Feature: Headscale Service Widget (#4247)
This commit is contained in:
parent
6fd2b6b6dc
commit
c12a5c01f6
9 changed files with 90 additions and 0 deletions
|
@ -35,6 +35,7 @@ import gluetun from "./gluetun/widget";
|
|||
import gotify from "./gotify/widget";
|
||||
import grafana from "./grafana/widget";
|
||||
import hdhomerun from "./hdhomerun/widget";
|
||||
import headscale from "./headscale/widget";
|
||||
import homeassistant from "./homeassistant/widget";
|
||||
import homebox from "./homebox/widget";
|
||||
import homebridge from "./homebridge/widget";
|
||||
|
@ -161,6 +162,7 @@ const widgets = {
|
|||
gotify,
|
||||
grafana,
|
||||
hdhomerun,
|
||||
headscale,
|
||||
homeassistant,
|
||||
homebox,
|
||||
homebridge,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue