Add Immich Widget

This commit is contained in:
Zlendy 2023-01-27 00:03:52 +01:00 committed by shamoon
parent e5d65f410c
commit 6b5e8ab0c7
5 changed files with 39 additions and 0 deletions

View file

@ -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;