mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
Add Mastodon widget
This commit is contained in:
parent
539e0f005a
commit
586ded6b3f
5 changed files with 46 additions and 0 deletions
|
@ -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 Mastodon from "./widgets/service/mastodon";
|
||||
|
||||
const widgetMappings = {
|
||||
docker: Docker,
|
||||
|
@ -56,6 +57,7 @@ const widgetMappings = {
|
|||
prowlarr: Prowlarr,
|
||||
jackett: Jackett,
|
||||
adguard: AdGuard,
|
||||
mastodon: Mastodon,
|
||||
};
|
||||
|
||||
export default function Widget({ service }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue