leccelecce
leccelecce
Java 11, Spring Boot 2.4.3 w/Spring MVC, Spring GraalVM Native 0.9.0-SNAPSHOT I have a custom annotation defined as below: ``` @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface AddNotificationsToModel { } ``` This is...
### Describe the problem you are having Client OS: Windows 11 Client Browser: Chrome (latest) Server: Frigate running via docker-compose on Debian Network: wired 10Gbps From time to time, the...
First PR, thank you for the excellent software! Per discussion with Nick M on https://github.com/blakeblackshear/frigate/discussions/4978, this is a tiny PR to implement some minor UI changes to the System page....
Fixes #5004 This identifies if we are running in a container with a memory limit set. If so, rather than taking the %MEM from `top` directly, it calculates it as...
The change to introduce these flags in https://github.com/blakeblackshear/frigate/pull/5231 breaks streaming from 2x of my Revotech cameras, as raised on https://github.com/blakeblackshear/frigate/discussions/5267. As I would rather not maintain custom flags for these...
### Describe the problem you are having Occasionally, it seems one or more of my cameras can block Frigate from shutting down cleanly. Looking at the logs, I can see...
### Describe the bug According to my MQTT broker (Mosquitto) and ESPResence's own logs, the MQTT connection is being dropped every 60 seconds with status 0 which seems to indicate...