Skip to content

Conversation

@potatojuicemachine
Copy link

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

@potatojuicemachine
Copy link
Author

I fail to understand why my PR can't be built. Can anyone help me with this?
Additionally I am unable to get the dev environment up and running as the scripts always fail with an error message related do postgres and unrelated (afaik) to my changes.
It as been multiple hours of failing and any help would be appreciated.

@renanmedina
Copy link

renanmedina commented Oct 27, 2025

@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.

image

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)

@potatojuicemachine
Copy link
Author

@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

@potatojuicemachine
Copy link
Author

I tested the built container and I was able to get a certificate from hetzner cloud.

@sopex
Copy link

sopex commented Oct 29, 2025

Maybe PR it against the react branch, since 2.13 is based on that, and it's close to going live.

@potatojuicemachine potatojuicemachine changed the base branch from develop to react October 29, 2025 12:12
@potatojuicemachine
Copy link
Author

@sopex I am not sure what the correct way to contribute is :) I changed the base

@sopex
Copy link

sopex commented Oct 29, 2025

@jc21 Can we test this in 2.13? Thank you a lot!

@nginxproxymanagerci
Copy link

Docker Image for build 5 is available on DockerHub:

nginxproxymanager/nginx-proxy-manager-dev:pr-4813

Note

Ensure you backup your NPM instance before testing this image! Especially if there are database changes.
This is a different docker image namespace than the official image.

Warning

Changes and additions to DNS Providers require verification by at least 2 members of the community!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hetzner "DNS Console is moving to the Hetzner Console"

3 participants