mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #4461] cdmon dns plugin certbot #2854
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#2854
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 @rascazzione on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4461
What provider would you like to see added to NPM?
cdmon.com, they are an Spanish domain and DNS provider and offer free DNS services. I've created the certbot plugin, tested, and deployed as a pip package, after some weecknds working on it ;D
Have you checked if a certbot plugin exists?
Yes, certbot exists as a pip package
https://pypi.org/project/certbot-dns-cdmon/
And here is the git directory
https://github.com/rascazzione/certbot-dns-cdmon
I've prepared the data for certbot-dns-plugins.json
I tried to compile the image, but I don't know why it doesn't appear in the compiled image after modifying and recompiling via docker compose (maybe it is necessary to rebuild frontend?).
Thank you very much!!!
@rascazzione commented on GitHub (Apr 5, 2025):
In the end I was able to test it when recompiling the frontend, I just had to execute the script that is already enabled (after some research I found it).
sudo ./scripts/ci/frontend-buildThen create a docker-compose.yml with
sudo docker compose up -d --buildWhen testing it, I saw that the plugin had a bug that I have corrected and I have updated to version 0.4.1
And here is my first certificate with cdmon and nginx proxy manager :D
PD. Sorry for the multiples edits