NginxProxyManager / docker-nginx-full

Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled.
72 stars 60 forks source link

WebDav PROPFIND #11

Open skironDotNet opened 1 year ago

skironDotNet commented 1 year ago

I was trying to add some code based on this https://github.com/dgraziotin/docker-nginx-webdav-nononsense/blob/main/Dockerfile and the script fails on ./configure, I'm assuming https://github.com/arut/nginx-dav-ext-module is not compatible with openresty

Can Nginx Proxy Manager work with "normal" nginx? or maybe can you look at my fork (master branch) https://github.com/skironDotNet/docker-nginx-full and debug more to see why exactly this is failing? All I'm able to see in the console is

ERROR: failed to run command: sh ./configure --prefix=/etc/nginx/nginx ... The command '/bin/sh -c /tmp/build-openresty' returned a non-zero code: 1

Many thanks!

skironDotNet commented 1 year ago

You can ignore that actually, I just realized I don't need PROPFIND

baudneo commented 1 year ago

I don't have the time just yet to try and implement this for you but give me a week or so and I can try adding it to my modsec/crowdsec NPM image.