Hi all,
i've installed Nginx proxy manager in a docker on my OMV7.
WebUI is accessible and i've configured a pair of proxy in http with success.
But when I try to get the ssl certificate..... No way!!!!
My ISP router doesn't make possible the forwarding of port 80 (it's reserved) so i've used the port 90 but the SSL request always says "internal error". So i've tried using the DNS challenge with duckdns but, after a longer time, same message: "internal error".
The other problem is that i can't find the log
app-1 | [9/17/2024] [10:16:56 PM] [Express ] › ⚠ warning Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
app-1 | Some challenges have failed.
app-1 | Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.
I can't find the /tmp/letsencrypt-log/letsencrypt.log file, nor the log directory. In the docker compose folder i found some logs but the letsencrypt-requests_error.log file it's empty.
The /tmp folder does not contain any log/file related to Nginx.
Where's is my fault?
Thanks in advance for any help.
Here's my compose configuration for the Nginx proxy manager