Add Synology DiskStation widget

closes #523
This commit is contained in:
Jason Fischer 2022-11-29 20:11:50 -08:00
parent c880fb344f
commit 4eabdc1e5e
No known key found for this signature in database
6 changed files with 134 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import bazarr from "./bazarr/widget";
import changedetectionio from "./changedetectionio/widget";
import coinmarketcap from "./coinmarketcap/widget";
import deluge from "./deluge/widget";
import diskstation from "./diskstation/widget";
import emby from "./emby/widget";
import gluetun from "./gluetun/widget";
import gotify from "./gotify/widget";
@ -51,6 +52,7 @@ const widgets = {
changedetectionio,
coinmarketcap,
deluge,
diskstation,
emby,
gluetun,
gotify,