Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

v2.1

Choose a tag to compare

@morihofi morihofi released this 07 Jun 16:37
· 19 commits to main since this release

What's Changed

  • Frontend Updates
    • Removed JTE (Server Side Rendering) for Web UI
    • Removed legacy CA download page --> Download CA using direct link
    • Use NuxtJS for WebUI
    • No CDN resources more needed for UI to display
    • Troubleshooting Options
      • DNS Query tester
  • Backend Updates:
    • Configuration scheme for Proxy and Networking changed, see documentation
    • Custom DNS Server support and DNS over HTTPS support added
    • Usage of proxy is now fully used by ACME Server for all web requests (HTTP-Challenge or Version Check, ...)
    • Dedicated HTTP Access Log configurable with nginx like syntax. See documentation for more details
  • API
    • Swagger and OpenAPI support (beta), on /swagger URL
    • Reimplemented API
  • ACME Protocol
    • Support for notAfter property in new-order Endpoint, thanks to @Gabanna
  • Dependency Updates
    • org.hibernate.orm:hibernate-core 6.4.5.Final to 6.5.1.Final
    • io.javalin:javalin from 6.1.3 to 6.1.6
    • com.github.spotbugs:spotbugs-annotations from 4.8.4 to 4.8.5.

⚠Breaking change in configuration layout if you came from previous version. Please check documentation!

New Contributors

Full Changelog: v2.0.1...v2.1