-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add homebridge-camera-ui #1996
Comments
Hi @Albert711 I tried to port it, but there are some vulnerabilities in the modules that the "camera.ui" module depends on, and there is no fixed version, so I have to abandon the porting. Sorry for the inconvenience.
|
But why not use [email protected] instead of [email protected], which no longer depends on the busboy, which in turn depends on the vulnerable dicer? Even busboy >=1.0.0 didn't depends on the dicer anymore. |
And the latest version of "camera.ui" (1.1.17) requires the "multer" module higher than 1.4.4 which, as I mentioned earlier, does not depend on the vulnerable modules. |
This is a snapshot of the implementation in progress. Please try it out. |
As for the "dicer" module, I figured out what was wrong with the audit failure. But regarding the vulnerability in the "jsonwebtoken" module, here is the problem: And I also noticed that in one of the modules of your repository, “tar” was removed from the module dependencies. Maybe this also needs to be removed from the dependencies of the "camera.ui" module? I just don't understand this very deeply. |
"camara.ui" gives this warning. In any case, it is not desirable because it is not maintained.
https://github.com/nxhack/openwrt-node-packages/tree/dev |
Well, let's see if I can at least do something about it. |
For now. I was able to adjust the module version consistency and start it with config-ui. Please check the actual connection to the camera device. |
Thank you @nxhack |
Thank you for your responsiveness and for the quick implementation. I am grateful to you. And I apologize for such a late reply. The household routine bogged me down completely. I checked everything and I have to say that everything works as expected. I am satisfied. And of course it is a pity that the author of the plugin has not updated this for a long time. During this time I also managed to test Scrypted. And I must say it turned out to be a little better. But unfortunately (as far as I understand), it cannot be built into OpenWrt. And it requires an additional server, which is not always convenient and possible. I hope the author of the camera.ui plugin will wake up and fix all the imperfections 🙂 |
scrypted seems to be a huge, complex application server. I introduced 'scrypted' in my local environment to try it out, but with require('scrypted');,
I don't have the time and energy to cover everything. |
https://www.npmjs.com/package/homebridge-camera-ui
I will be very grateful.
The text was updated successfully, but these errors were encountered: