mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Add Pyload widget
This commit is contained in:
parent
49a764e864
commit
5b21444c2e
7 changed files with 88 additions and 0 deletions
|
@ -20,6 +20,7 @@ import plex from "./plex/widget";
|
|||
import portainer from "./portainer/widget";
|
||||
import prowlarr from "./prowlarr/widget";
|
||||
import proxmox from "./proxmox/widget";
|
||||
import pyload from "./pyload/widget";
|
||||
import qbittorrent from "./qbittorrent/widget";
|
||||
import radarr from "./radarr/widget";
|
||||
import readarr from "./readarr/widget";
|
||||
|
@ -58,6 +59,7 @@ const widgets = {
|
|||
portainer,
|
||||
prowlarr,
|
||||
proxmox,
|
||||
pyload,
|
||||
qbittorrent,
|
||||
radarr,
|
||||
readarr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue