Ajout redirection des logs sur websocket et page /logs/view

This commit is contained in:
Arnaud Nelissen
2025-09-30 19:05:40 +02:00
parent 3ff1b73cd2
commit 539b6f262e
7 changed files with 633 additions and 9 deletions

24
package-lock.json generated
View File

@@ -24,7 +24,8 @@
"mongodb": "^3.6.2",
"oauth2-server": "^3.1.1",
"random-bytes": "^1.0.0",
"underscore": "^1.13.6"
"underscore": "^1.13.6",
"ws": "^8.18.3"
}
},
"node_modules/@hapi/hoek": {
@@ -1536,6 +1537,27 @@
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/ws": {
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}