Feature: Trilium Service widget (#5380)
Some checks are pending
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-04 20:29:43 -07:00
committed by GitHub
parent fc99a0d1db
commit 0e96778740
7 changed files with 81 additions and 0 deletions

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") {