privatecoder
privatecoder
### EDIT: I have this working using a fork of localtuya and shared my setup-details [here](https://github.com/rospogrigio/localtuya/pull/739#issuecomment-1123985299) ### I'd like to ask for roller-blind support to be added to tuya-local. The...
as per this suggestion, [this](https://github.com/node-cron/node-cron/issues/355#issuecomment-1172932441) replaces the uuid dependency with crypto.randomUUID which [`Generates a random RFC 4122 version 4 UUID`](https://nodejs.org/api/crypto.html#cryptorandomuuidoptions).
bump dump1090 to v9.0, bump piaware to v9.0.1
Hi Vito, what is the specific reason for `--disable metrics-server` in `master_install_script.sh`? In order to see instance metrics in Rancher for example one needs to remove this line from the...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: * Fixed a bug where a dedicated server could not be initialized if...
Currently (chart `community-operator v0.9.0`) the `nodeSelector` and `tolerations` for the operator pod cannot be set and therefore the operator cannot be scheduled on `tainted` nodes We should implement that in...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Create a seperate header-section to enable application-wide custom menus (especially when using...
Re-streaming in my go2rtc requires authentication in my config: ``` go2rtc: rtsp: username: username password: secret ``` How would I configure this in the server or client (iOS) app? Note:...