mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1351] Automatic DNS Record Addition #1074
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#1074
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 @Stetsed on GitHub (Aug 26, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1351
Is your feature request related to a problem? Please describe.
I am frustrated when I am adding new stuff to my Nginx-proxy-manager and then I have to go to cloudflare and add the same record there. Sometimes I even forget as I have a local DNS redirect which redirects everything automaticaly to NPM. So I then sometimes forget which can be annoying when I want other people to be able to use it.
Describe the solution you'd like
It would be nice if NPM could integrate with for example the Cloudflare API(I use cloudflare) to automatically add DNS records, it does this aswell for the SSL certificates so it shouldn't actually be to hard.(Although I am not a coder in this type so idrk)
Describe alternatives you've considered
Additional context
@jc21 commented on GitHub (Aug 26, 2021):
Why don't you set a wildcard domain,
*.example.comand then you only have to create one dns record for your network, per TLD. Obviously this isn't the solution for everyone...@Stetsed commented on GitHub (Aug 27, 2021):
While this could be a solution, I would personally(and I think this might count for more people) have records per service. The reason I suggested this is because I might be wrong here but couldn'y you reimplement the code used for DNS Challenge certificates to add DNS records? This might be completley wrong but this is just what I would think.
@chaptergy commented on GitHub (Oct 5, 2021):
Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/1228.