mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Add widget for Atsumeru self-hosted media server (#1839)
* Add widget for Atsumeru self-hosted media server * Revert localization * Update widget.js --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
7bd433922f
commit
a6dac34b24
5 changed files with 59 additions and 0 deletions
|
@ -2,6 +2,7 @@ import dynamic from "next/dynamic";
|
|||
|
||||
const components = {
|
||||
adguard: dynamic(() => import("./adguard/component")),
|
||||
atsumeru: dynamic(() => import("./atsumeru/component")),
|
||||
audiobookshelf: dynamic(() => import("./audiobookshelf/component")),
|
||||
authentik: dynamic(() => import("./authentik/component")),
|
||||
autobrr: dynamic(() => import("./autobrr/component")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue