Removed old UniFi username check from info.js. Implemented temporary guest features warning in info.js. Cleanup unifi.js to remove legacy implementation and switch to UniFi Integrations. Removed deprecated UNIFI_USERNAME and UNIFI_PASSWORD from variables.js. Updated docker-compose.yml. Removed old dependencies. Updated README.md

This commit is contained in:
Glenn de Haan
2025-08-26 18:51:48 +02:00
parent 19d7e4c0c6
commit 7b8a996452
7 changed files with 14 additions and 386 deletions

View File

@@ -14,12 +14,6 @@
},
"author": "Glenn de Haan",
"license": "MIT",
"overrides": {
"node-unifi@^2.5.1": {
"axios": "1.11.0",
"tough-cookie": "5.1.2"
}
},
"dependencies": {
"cookie-parser": "^1.4.7",
"ejs": "^3.1.10",
@@ -30,7 +24,6 @@
"jsonwebtoken": "^9.0.2",
"multer": "^2.0.2",
"node-thermal-printer": "^4.5.0",
"node-unifi": "^2.5.1",
"nodemailer": "^7.0.5",
"pdfkit": "^0.17.1",
"qrcode": "^1.5.4",