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

@@ -0,0 +1,8 @@
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api/server-info/stats",
proxyHandler: credentialedProxyHandler,
};
export default widget;