Feature: Trilium Service widget (#5380)
Docker CI / Linting Checks (push) Waiting to run
Docker CI / Docker Build & Push (push) Blocked by required conditions

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Jon Fuller
2025-06-05 03:29:43 +00:00
committed by GitHub
co-authored by shamoon
parent fc99a0d1db
commit 0e96778740
7 changed files with 81 additions and 0 deletions
+2
View File
@@ -106,6 +106,8 @@ export default async function credentialedProxyHandler(req, res, map) {
} else {
headers.Authorization = widget.password;
}
} else if (widget.type === "trilium") {
headers.Authorization = widget.key;
} else if (widget.type === "gitlab") {
headers["PRIVATE-TOKEN"] = widget.key;
} else if (widget.type === "speedtest") {