feat: add ignore-certificate-errors option for self-signed TLS

This commit is contained in:
2026-08-28 09:58:58 -06:00
parent f98043c21b
commit 973d5686fc
14 changed files with 149 additions and 8 deletions
+11 -1
View File
@@ -8,7 +8,8 @@
"name": "llama-watch",
"version": "1.0.0",
"dependencies": {
"@elgato/streamdeck": "^2.1.1"
"@elgato/streamdeck": "^2.1.1",
"undici": "^6.28.0"
},
"devDependencies": {
"@elgato/cli": "^1.8.1",
@@ -2477,6 +2478,15 @@
"node": ">=14.17"
}
},
"node_modules/undici": {
"version": "6.28.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz",
"integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==",
"license": "MIT",
"engines": {
"node": ">=18.17"
}
},
"node_modules/undici-types": {
"version": "6.20.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",