mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1461] DNS challenge provider request: web.gratisdns.dk #1131
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @casperse on GitHub (Oct 5, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1461
What provider would you like to see added to NPM?
https://web.gratisdns.dk/
Have you checked if a certbot plugin exists?
I havent found one
@chaptergy commented on GitHub (Oct 5, 2021):
Unfortunately the DNS challenge within nginx proxy manager is only available for certbot dns plugins. GratisDNS does not have a plugin for this. There is a python library which could be used to create a plugin, but it is very incomplete and missing lots of stuff in order to be actually used for a plugin. Lexicon does not support GratisDNS either, which would have made it easier to create a plugin.
So I don't think it is very likely to be implemented for now, unless a certbot plugin is published.
@binsentsu commented on GitHub (Nov 6, 2021):
Not a solution, but a workaround for unsupported DNS providers: A certbot plugin is not always necessary. I'm just using ACME-DNS redirecting the dns_acmedns_api_url to a NodeRed flow, which exposes /update API endpoint and this flow updates TXT records through HTTP Request Node within my non-supported DNS provider.
@larskruckow commented on GitHub (Feb 4, 2022):
gratisdns will shut down in the near future and migrate all customers to one.com.
https://help.one.com/hc/en-us/articles/4417467033489-Ofte-stillede-sp%C3%B8rgsm%C3%A5l-om-migreringen-fra-GratisDNS-til-one-com
Perhaps this issue is should be closed.
@chaptergy commented on GitHub (Feb 4, 2022):
Allright, thanks for letting us know!