mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1599] Invalid DNSpod credentials template #1202
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#1202
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 @yangjinhe on GitHub (Nov 20, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1599
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Now nginxproxymanager provides two parameters for DNSPod, dns_dnspod_email and dns_dnspod_api_token,
In fact, DNSPod also requires a parameter, the name is called ID, if not provided, it will prompt the following information:
[DNSPOD] Record.Create error: The login token ID is invalid
[DNSPOD] Record.List error: The login token ID is invalid
Error communicating with the DNSPOD API: The login token ID is invalid
Nginx Proxy Manager Version
v2.9.12
To Reproduce
Steps to reproduce the behavior:
@sunjx97 commented on GitHub (Jan 1, 2022):
I found something that may be helpful to you. Here is the url: certbot dns插件
It said that you should write both id and key there.
@chaptergy commented on GitHub (Jan 1, 2022):
I don't understand much whats on that website. I've also found an issue with the challenge plugin showing exactly what this issue describes, but the author closed it, presumably because they misunderstood something? If any of you can tell me how it is correct and how it works without issues let me know. I will replace the template with your suggestion then.
@sunjx97 commented on GitHub (Jan 2, 2022):
As I mentioned above, maybe you just need to write both id and its token there (English half-comma separated).
For example, suppose its id is 123456 and its token is abcdefgfedcba, what you should do is to write like this:
dns_dnspod_email = "name@example.com"
dns_dnspod_api_token = "123456,abcdefgfedcba"