Tony Brobston
Tony Brobston
Here's where my docker-compose is at, at the moment: ``` version: '3' services: blue-iris: image: leonowski/docker-blueiris:pull_request restart: unless-stopped privileged: true environment: - RESOLUTION=1440x768x24 ports: - 8080:8080 - 5900:5900 - 81:81...
I recently decided to make some changes to my Blue Iris setup. I'm running on the `run_as_service` branch. Awhile back I made some file permission changes to my Blue Iris...
`CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root...
``` #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# #@ @# #@ ** WARNING ** WARNING ** WARNING ** WARNING ** @# #@ @# #@ YOU ARE RUNNING X11VNC WITHOUT A PASSWORD!! @# #@ @# #@ This...
This: https://hub.docker.com/r/jshridha/blueiris/dockerfile does not match this: https://github.com/jshridha/docker-blueiris/blob/master/Dockerfile I'm trying to troubleshoot some problems and this threw me for a loop.
> Naturally I tried to dig deeper and actually found evidence that the mainboard is manufactured by some chinese company (SUMTEC Hardware). This part of the readme got me curious...
I was just working through getting the DS18B20 temperature sensor to work. It seems that `/boot/config.txt` shouldn't be modified directly, there is a configuration tool for this. Modifying directly didn't...
**Is your feature request related to a problem? Please describe.** I am working on an MQTT Smart Vent project that I plan to make public soon (finishing up documentation and...
I'd be happy to update the readme if I can get some help understanding how to use this example. I copied the example to `config/custom_components`, started hass, went to Settings...
### Steps to reproduce Link to live example: https://codesandbox.io/p/sandbox/charming-gauss-rt62xq?file=%2Fsrc%2FDemo.tsx Steps: 1. Open the link above 2. Select at least one row 3. Observe that the `footerRowCount` says `x row(s) selected`...