Miguel Jimenez
Miguel Jimenez
This version does support TLS ``` from onvif import ONVIFCamera from requests import Session from zeep.transports import Transport session = Session() session.verify = False # Only if you need to...
> > I was having permission issues using this image, the problem was that `root` was the owner of `/palworld` which was causing the installation step to fail. > >...
Hahaha no worries! Yeah I should've said named volumes; but yeah that's basically it; i've tested the changes locally and the image is working as expected, thanks for putting it...
> Is there any way to handle running under a user thats not 1000? I tried chowning to a user ex. 1001 and the install fails. I tried passing user:...
Hi @agners, just wondering what would be the next step to get the PR merged?
> I am not very familiar with the various proxy options/configurations, but wouldn't the first option documented in https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/ to get the originating IP address more generic? (E.g. not using...
@agners just wondering if we're good to merge the pr after your comments had been taken care of
@agners No worries, thanks for taking your time reviewing it! I've included your suggested changes, I agree this makes it easier and makes sense! I've tested the latest changes locally...
@agners Made more substantial changes to move replacement logic by taking advantage of templating; tested the changes locally by specifying different values in the ui options (changing the boolean values...
Sorry! This was definitely not intended to be a breaking change, thanks for the quick fix @agners