-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Adds Hetzner Cloud to available plugins #4813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: react
Are you sure you want to change the base?
Adds Hetzner Cloud to available plugins #4813
Conversation
|
I fail to understand why my PR can't be built. Can anyone help me with this? |
|
@potatojuicemachine I also got the postgres error, its because the setup is using :latest tag of postgres which is always not advisable. (seems the latest tag does some new checks and dont get the container up and running) I fixed that by just commenting out the connection in the docker-compose.dev file to use the sqlite version.
that way it ignores the postgres container and let you work normally. I'm not sure how the ci in jenkins is implemented currently, but if it's also using postgres in there, it should be the reason why its failing for everyone (it failed to me in my PR) |
|
@renanmedina I think it could be this issue. At least I had the same with postgres in a different context https://forums.docker.com/t/mysterious-docker-issue-with-postgres/149898/3 |
4252396 to
51dd6e6
Compare
|
I tested the built container and I was able to get a certificate from hetzner cloud. |
|
Maybe PR it against the react branch, since 2.13 is based on that, and it's close to going live. |
|
@sopex I am not sure what the correct way to contribute is :) I changed the base |
|
@jc21 Can we test this in 2.13? Thank you a lot! |
|
Docker Image for build 5 is available on DockerHub: Note Ensure you backup your NPM instance before testing this image! Especially if there are database changes. Warning Changes and additions to DNS Providers require verification by at least 2 members of the community! |

This MR adds Hetzner Cloud as a certbot dns provider because hetzner is moving from dns console to cloud.
Closes #4802