NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
23.43k stars 2.72k forks source link

Add support for Hurricane Electric DNS #2153

Open obsidiangroup opened 2 years ago

obsidiangroup commented 2 years ago

What provider would you like to see added to NPM? Hurricane Electric DNS Provider

Have you checked if a certbot plugin exists? Yes, https://pypi.org/project/certbot-dns-he/

obsidiangroup commented 2 years ago

Is there any thought to this?

hoboristi commented 2 years ago

Please consider adding HE support

obsidiangroup commented 2 years ago

I don't know much JavaScript but tomorrow I'm going to see about setting up NPM in a development environment and see if I can add the support myself. I added this to the swag container.

obsidiangroup commented 2 years ago

Doesn't look like any work is being done currently, on either versions.

Petorrrrr commented 1 year ago

+1

mbah-dukun commented 1 year ago

Need this too

benhubert commented 1 year ago

I created a PR to integrate Hurricane Electric. See #2924

I tested it with one of my personal top level domains + wildcard subdomain (such as example.com,*.example.com) using jc21/nginx-proxy-manager:github-pr-2924 docker image and this worked :heavy_check_mark:

I also tried to get a certificate for a subdomain but sadly this does not work. :x: I found https://github.com/tsaaristo/certbot-dns-he/issues/3 and https://github.com/tsaaristo/certbot-dns-he/pull/2 waiting for an answer of the maintainer since 2020 :unamused:

github-actions[bot] commented 9 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1:

studioeng commented 9 months ago

I'm using this plugin myself and it's quite frustrating not being to get it updated.

This is clearly an issue which many are facing, so I've taken it upon myself to fork the repo and create an alternative. I've updated the project so it does not conflict (hopefully) with the existing one; making updates from the original PR provided by @ejoelsso.

I've never published a Python package before, but I'm hoping I can get this ready for use with pip (pypi.org) and get something moving again.

https://github.com/studioeng/certbot-dns-hurricane-electric.

If anyone is willing and wishes to help out, please get in touch.

studioeng commented 4 months ago

I've published an updated plugin - https://pypi.org/project/certbot-dns-hurricane-electric - This is purely a beta test pre-release. Feedback welcome.

Dudleydogg commented 3 months ago

this was great news to find out thank you all for your work