mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Working Jdownloader
This commit is contained in:
parent
dcb3dccdc8
commit
f1d6a990ac
7 changed files with 307 additions and 1 deletions
|
@ -31,6 +31,7 @@ const components = {
|
|||
healthchecks: dynamic(() => import("./healthchecks/component")),
|
||||
immich: dynamic(() => import("./immich/component")),
|
||||
jackett: dynamic(() => import("./jackett/component")),
|
||||
jdownloader: dynamic(() => import("./jdownloader/component")),
|
||||
jellyfin: dynamic(() => import("./emby/component")),
|
||||
jellyseerr: dynamic(() => import("./jellyseerr/component")),
|
||||
komga: dynamic(() => import("./komga/component")),
|
||||
|
@ -91,4 +92,4 @@ const components = {
|
|||
xteve: dynamic(() => import("./xteve/component")),
|
||||
};
|
||||
|
||||
export default components;
|
||||
export default components;
|
Loading…
Add table
Add a link
Reference in a new issue