jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
756 stars 167 forks source link

DNS Challenge for DuckDns not working #233

Closed Rihan9 closed 10 months ago

Rihan9 commented 2 years ago

Hi, when creating a certificate the software raise an error. It seems to missing some package, because the cffi pip package cannot compile: ` arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -flto -fuse-linker-plugin -ffat-lto-objects -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-armv7l-3.7/c/_cffi_backend.o c/_cffi_backend.c:2:10: fatal error: Python.h: No such file or directory

include

            ^~~~~~~~~~
  compilation terminated.
  error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1

`

the cffi package is a dependency for certbot-dns-duckdns~=0.6.

I'm currently use this image: jc21/nginx-proxy-manager:latest updated today on armv7l environment.

jlesage commented 2 years ago

Hi, for the jc21 image, you should report issue there: https://github.com/NginxProxyManager/nginx-proxy-manager/issues

sawmilldream commented 2 years ago

Same after a fresh install, after reboot hang system

Rihan9 commented 10 months ago

I all, I don't see the reason to keep this defect opened. I don't have the same architecture to retest a fix.