Add Syncthing Relay Server widget

This commit is contained in:
Pablo Garcia de los Salmones Valencia 2022-09-20 04:41:56 +02:00
parent 539e0f005a
commit f7000a280e
No known key found for this signature in database
GPG key ID: 0672D5575556C568
5 changed files with 47 additions and 0 deletions

View file

@ -27,6 +27,7 @@ import Gotify from "./widgets/service/gotify";
import Prowlarr from "./widgets/service/prowlarr";
import Jackett from "./widgets/service/jackett";
import AdGuard from "./widgets/service/adguard";
import StRelaySrv from "./widgets/service/strelaysrv";
const widgetMappings = {
docker: Docker,
@ -56,6 +57,7 @@ const widgetMappings = {
prowlarr: Prowlarr,
jackett: Jackett,
adguard: AdGuard,
strelaysrv: StRelaySrv,
};
export default function Widget({ service }) {