mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Implement uptime-kuma widget
This commit is contained in:
8
src/widgets/uptimekuma/widget.js
Normal file
8
src/widgets/uptimekuma/widget.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
||||
import uptimeKumaProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
proxyHandler: uptimeKumaProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
||||
Reference in New Issue
Block a user