Feature: Vikunja service widget (#4118)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
vhsdream 2024-10-12 10:53:02 -04:00 committed by GitHub
parent e6c7692677
commit 20048ff567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 131 additions and 0 deletions

View file

@ -115,6 +115,7 @@ import unifi from "./unifi/widget";
import unmanic from "./unmanic/widget";
import uptimekuma from "./uptimekuma/widget";
import uptimerobot from "./uptimerobot/widget";
import vikunja from "./vikunja/widget";
import watchtower from "./watchtower/widget";
import wgeasy from "./wgeasy/widget";
import whatsupdocker from "./whatsupdocker/widget";
@ -246,6 +247,7 @@ const widgets = {
uptimekuma,
uptimerobot,
urbackup,
vikunja,
watchtower,
wgeasy,
whatsupdocker,