Updated ejs dependency. Fixed docker healthcheck IPv4 binding. Reworked unifi.js settings/config sections. Removed 1-hour session timeout from unifi.js. Implemented retry params for all unifi.js functions. Implemented re-authentication functions within catch blocks in unifi.js

This commit is contained in:
Glenn de Haan
2024-04-15 18:01:59 +02:00
parent 30d66b9dfc
commit 5867bc423b
5 changed files with 108 additions and 40 deletions

View File

@@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"ejs": "^3.1.10",
"express": "^4.19.2",
"js-logger": "^1.6.1",
"jsonwebtoken": "^9.0.2",