mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
Add Immich Widget
This commit is contained in:
parent
e5d65f410c
commit
6b5e8ab0c7
5 changed files with 39 additions and 0 deletions
|
@ -56,6 +56,7 @@ import truenas from "./truenas/widget";
|
|||
import unifi from "./unifi/widget";
|
||||
import watchtower from "./watchtower/widget";
|
||||
import xteve from "./xteve/widget";
|
||||
import immich from "./immich/widget";
|
||||
|
||||
const widgets = {
|
||||
adguard,
|
||||
|
@ -119,6 +120,7 @@ const widgets = {
|
|||
unifi_console: unifi,
|
||||
watchtower,
|
||||
xteve,
|
||||
immich,
|
||||
};
|
||||
|
||||
export default widgets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue