mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Enhancement: Checkmk widget (#5301)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
@@ -34,6 +34,9 @@ export default async function credentialedProxyHandler(req, res, map) {
|
||||
headers["X-CMC_PRO_API_KEY"] = `${widget.key}`;
|
||||
} else if (widget.type === "gotify") {
|
||||
headers["X-gotify-Key"] = `${widget.key}`;
|
||||
} else if (widget.type === "checkmk") {
|
||||
headers["Accept"] = `application/json`;
|
||||
headers.Authorization = `Bearer ${widget.username} ${widget.password}`;
|
||||
} else if (
|
||||
[
|
||||
"argocd",
|
||||
|
||||
Reference in New Issue
Block a user