mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
Pterodactyl widget: initial commit
This commit is contained in:
parent
b65f6fca19
commit
8e9ce016b1
6 changed files with 145 additions and 3 deletions
|
@ -46,6 +46,7 @@ import plex from "./plex/widget";
|
|||
import portainer from "./portainer/widget";
|
||||
import prowlarr from "./prowlarr/widget";
|
||||
import proxmox from "./proxmox/widget";
|
||||
import pterodactyl from "./pterodactyl/widget";
|
||||
import pyload from "./pyload/widget";
|
||||
import qbittorrent from "./qbittorrent/widget";
|
||||
import radarr from "./radarr/widget";
|
||||
|
@ -119,6 +120,7 @@ const widgets = {
|
|||
portainer,
|
||||
prowlarr,
|
||||
proxmox,
|
||||
pterodactyl,
|
||||
pyload,
|
||||
qbittorrent,
|
||||
radarr,
|
||||
|
@ -144,4 +146,4 @@ const widgets = {
|
|||
uptimekuma,
|
||||
};
|
||||
|
||||
export default widgets;
|
||||
export default widgets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue