bluekitedreamer

Results 16 comments of bluekitedreamer

https://github.com/ciur/papermerge/issues/603 Related

Check to see if the allow directive is being added to the individual proxy host config files, those are stored at /data/nginx/proxy_host/ it would look like ``` allow [ip address...

@yroyathon One thing I noticed: if I opened the same proxy host in the webui and clicked save (without changing anything) it would fix the acl issue. If one of...

8008 (http) and 554 (rtsp) are separate streams and need to be proxied as such. When setting up the rtsp take note if the rtsp stream from camera is using...

Is public DNS setup properly to the domain? have him curl the domain and see if it's hitting the right IP

Currently this is being handled by importing custom streams from a seperate folder as designated by the nginx.conf templates. https://github.com/NginxProxyManager/nginx-proxy-manager/blob/d40f9e06fc25acbf6906663edcef462a1a902cdf/docs/advanced-config/README.md?plain=1 ``` # run nginx in foreground daemon off; pid /run/nginx/nginx.pid;...