mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Merge branch 'main' into feature/widget_strelaysrv
This commit is contained in:
@@ -28,6 +28,7 @@ import Prowlarr from "./widgets/service/prowlarr";
|
||||
import Jackett from "./widgets/service/jackett";
|
||||
import AdGuard from "./widgets/service/adguard";
|
||||
import StRelaySrv from "./widgets/service/strelaysrv";
|
||||
import Mastodon from "./widgets/service/mastodon";
|
||||
|
||||
const widgetMappings = {
|
||||
docker: Docker,
|
||||
@@ -58,6 +59,7 @@ const widgetMappings = {
|
||||
jackett: Jackett,
|
||||
adguard: AdGuard,
|
||||
strelaysrv: StRelaySrv,
|
||||
mastodon: Mastodon,
|
||||
};
|
||||
|
||||
export default function Widget({ service }) {
|
||||
|
||||
Reference in New Issue
Block a user