mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Merge branch 'main' into feature/widget_strelaysrv
This commit is contained in:
commit
122b987fa3
33 changed files with 433 additions and 38 deletions
|
@ -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 }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue