mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Add Mastodon widget
This commit is contained in:
parent
539e0f005a
commit
586ded6b3f
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user