Releases: SteveLTN/https-portal
Releases · SteveLTN/https-portal
1.24.2
Bugfix: Certificate renewal cron job failing because PATH
ENV not including the /command
folder in cron jobs.
1.24.1
- Update Nginx image
- Fix a bug where HTTP/2 wasn't enabled correcly
1.23.1
- fix a bug where HTTP Basic Auth password can be interpolated.
1.23.0
- Add Healthcheck
- Change the way local certs are generated, so it respects
CERTIFICATE_ALGORITHM
configuration
- Add ECDSA ciphers for TLSv1.2
1.22.0
Upgrade Nginx to 1.23.0, which fixes issues with TLS 1.3.
1.21.1
Fix a bug that some environment variables aren't carried to cron jobs.
1.21.0
- Add support for more custom Nginx config blocks
- Allow changing default index file when serving static files
- Use 307 Redirect by default
1.20.1
- Fix the bug that the initial dummy certificate to copy doesn't exist.
1.20.0
- Reject SSL handshake when visiting the default server.
- Removed the dummy certificate on default server.