Skip to content
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

fix: correct issue where enabling letsencrypt for apps with no successful deploys errors out #328

Merged
merged 1 commit into from
Apr 18, 2024

Commits on Apr 18, 2024

  1. fix: correct issue where enabling letsencrypt for apps with no succes…

    …sful deploys errors out
    
    We previously added support for enabling letsencrypt without a valid deployment - so you can have SSL immediately on first app deploy - but this broke in Dokku 0.33.4 with the refactor of nginx properties (see [dokku/dokku#6557](dokku/dokku#6557) for more details). This fix ensures we properly retrieve the computed values needed for the placeholder nginx template.
    josegonzalez committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1b9b1b7 View commit details
    Browse the repository at this point in the history