docker-easy-haproxy icon indicating copy to clipboard operation
docker-easy-haproxy copied to clipboard

[Feature Request] Add support for setting the prefered Challenge

Open ThaDaVos opened this issue 1 year ago • 1 comments

Currently it seems the call to Certbot is hardcoded: https://github.com/byjg/docker-easy-haproxy/blob/1a6853487ec9aabcb241f3c9e263313138378b0c/src/functions/init.py#L339-L354

Could this be opened up so one can configure the parameters on a container basis with labels? In my case, I want to change the preferred challenge from HTTP to DNS and use acme-dns to resolve it: https://github.com/joohoi/acme-dns With hook: https://github.com/koesie10/acme-dns-certbot-hook

ThaDaVos avatar Nov 09 '24 12:11 ThaDaVos

Created a PR: https://github.com/byjg/docker-easy-haproxy/pull/57

ThaDaVos avatar Nov 09 '24 13:11 ThaDaVos

It is merged already. Closing this.

byjg avatar Aug 24 '25 23:08 byjg