Add Proxmox widget

This commit is contained in:
Jason Fischer 2022-10-04 21:46:48 -07:00
parent 88c774339d
commit a9fb458f19
No known key found for this signature in database
6 changed files with 78 additions and 0 deletions

View file

@ -15,6 +15,7 @@ import overseerr from "./overseerr/widget";
import pihole from "./pihole/widget";
import portainer from "./portainer/widget";
import prowlarr from "./prowlarr/widget";
import proxmox from "./proxmox/widget";
import qbittorrent from "./qbittorrent/widget";
import radarr from "./radarr/widget";
import readarr from "./readarr/widget";
@ -46,6 +47,7 @@ const widgets = {
pihole,
portainer,
prowlarr,
proxmox,
qbittorrent,
radarr,
readarr,