Prelim support for QNAP NAS

This commit is contained in:
theshaun 2023-05-07 20:01:57 +10:00
parent 9b0c0af8b8
commit b4f700c185
6 changed files with 173 additions and 0 deletions

View file

@ -57,6 +57,7 @@ import proxmox from "./proxmox/widget";
import pterodactyl from "./pterodactyl/widget";
import pyload from "./pyload/widget";
import qbittorrent from "./qbittorrent/widget";
import qnap from "./qnap/widget";
import radarr from "./radarr/widget";
import readarr from "./readarr/widget";
import rutorrent from "./rutorrent/widget";
@ -140,6 +141,7 @@ const widgets = {
pterodactyl,
pyload,
qbittorrent,
qnap,
radarr,
readarr,
rutorrent,