-
**feat(config): add TLS support for HTTPS server configuration**
released this
2025-11-24 02:41:29 +00:00 | 1816 commits to main since this release- Introduced
TLSConfigto support HTTPS configurations, including enabling TLS, specifying certificate and key files. - Updated HTTP server logic to handle HTTPS mode when TLS is enabled.
- Enhanced
config.example.yamlwith TLS settings example. - Adjusted internal URL generation to respect protocol based on TLS state.
Downloads
- Introduced