Tony Brobston
Tony Brobston
I'm trying to separate my recordings, settings, and docker-compose files. I typically volume mount a drive that is dedicated to large storage and then volume mount my os drive to...
@leonowski I turned two of my cameras to "Video: Continuous", is this what you mean?  I didn't experience that application crashing in this case. However I did have it...
@leonowski I swapped over to your latest build on docker hub. Things seem good so far. I'll try to report back later today on whether I have any problems. I...
@leonowski Thanks for the info. I'll dig into the docs. Looks like a pretty sweet setup. I'm definitely excited to implement it.
I think the simple answer is, there really isn't much active development occurring on this repo. If I understood the technologies better, I'd fix some of the issues, but the...
No problem, glad to help. I'd also highly recommend experimenting on a second container/volume-mount when you're playing with new settings. I have caused some issues that I couldn't recover from...
I did just try a fresh install against the regular `leonowski/docker-blueiris` after `chmod`'ing and `chown`'ing as mentioned above. I now am able to successfully enter my license key and update...
Here are the steps I'm using, that seem to work for a fresh install: `mkdir /SURVEILLANCE/test` `chmod -R 777 /SURVEILLANCE/test` `chown 1000:1000 /SURVEILLANCE/test` Use docker-compose like this: ``` version: '3.8'...
Once we merge https://github.com/jshridha/docker-blueiris/pull/27 I'll probably put a PR in for this.
We seem to be having the same issue. Our test redirects to the Okta login page and before it can do anything, it errors out. Removing `require('@cypress/code-coverage/task')(on, config);` from the...