Charles Wilkinson
Charles Wilkinson
I have been looking into this and found that dlandon's docker container uses Ubuntu 18.04 which does not have very up to date Intel graphics drivers and VAAPI support. I...
I'd like to add my support for this feature. I have a bash script that runs on my router that detects if my phone is connected. If it is, I...
I ended up working around this limitation by spending all weekend fiddling with HomeAssistant integration with Frigate and my Router. I now have an automation set up to disable detection...
Having done a bit more reading, I think there may be some issues with this fix. Specifically, I suspect that it will not handle paths and request parameters correctly. Article...
Ok, so I think I have found an approach that works. I trim the location path off of the nginx `$request_uri` variable and use logic at the LiquidJS templating layer...
> FYI: nginx also fails to start if the destination of a stream is a hostname. I didn't know that. I've never played with the stream function. Perhaps I'll take...
Nuts. I've just found an upstream container in my setup where this change causes a redirect loop. Investigating... EDIT: I found the issue: It's actually not broken. Rather, this PR...
Found a bug in the PR: If both the location path lacks a trailing slash and there is no forward path specified, the regex match doesn't work as desired and...
Hi all, I'm sorry I went quiet on this one. Life has been busy and so I haven't had a chance to pick this back up. I will try and...
@xrh0905 Thanks for approving the change however, this PR still has some bugs so I don't think it's ready to submit for review. Life has been busy recently so I...