mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
Support for more DNS-01 autocert providers when using public containers #37
Reference in New Issue
Block a user
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 @stancubed on GitHub (Feb 13, 2025).
For those of us who are attempting to get this set up using a public registry like Docker Hub or someplace, we don't have to option of editing autocert.go and rebuilding the app to get something like Porkbun to work. The instructions provided don't address that.
Is there a way to get alternate DNS-01 providers to work without rebuilding the app and creating a new container or is there a more generic way to implement this?
@yusing commented on GitHub (Feb 13, 2025):
You can do git clone, move your current config into it, modify compose.yml into this:
No worries, now I'll make it for you. I will figure out a way to make this easier.
@stancubed commented on GitHub (Feb 13, 2025):
Right I use Portainer, so it's more difficult because it's much more difficult to git clone a repo and build the service and container locally. I think if there was a way to configure the provider in a config file, that would provide people with a lot more options.
@yusing commented on GitHub (Feb 13, 2025):
Actually I can just add all the available options on lego, but I do not have access to those platforms.
When anything wrong happened, the responsibility comes to me and I have no way to fix it. That's why I left the testing side to users.
@yusing commented on GitHub (Feb 13, 2025):
Done, https://github.com/yusing/go-proxy/releases/tag/0.9.6
Let me know it works
@stancubed commented on GitHub (Feb 13, 2025):
You're fantastic I'm going to test this weekend and let you know!
@yusing commented on GitHub (Feb 23, 2025):
Hi, have you tried it out yet? Does it work for you?
@stancubed commented on GitHub (Mar 17, 2025):
Sorry, I'd forgotten to check in! I can confirm that this works! This is amazing -- thank you for helping to add Porkbun as a provider so that I didn't need to build locally.
@yusing commented on GitHub (Mar 17, 2025):
Nice, thanks for replying back.