Skip to content

Releases: SteveLTN/https-portal

1.17.2

03 Feb 20:54
Compare
Choose a tag to compare
  • Fix the bug that the environment variables can be max. 4095 chars long

1.17.1

01 Feb 00:17
Compare
Choose a tag to compare
  • Randomize certificate renewal time to reduce spikes on Let's Encrypt servers.

1.17.0

20 Jan 19:48
Compare
Choose a tag to compare
  • Support multiarch builds.

1.16.1

12 Jan 19:38
Compare
Choose a tag to compare
  • Supports TLS 1.2+ only
  • Update Nginx image to 1.19.6

1.16.0

06 Jan 20:20
Compare
Choose a tag to compare
Bump version to 1.16.0

1.15.2

13 Dec 14:17
Compare
Choose a tag to compare

Skip generating default_server dummy certs when they already exist.

1.15.1

12 Dec 20:08
Compare
Choose a tag to compare

Fix logrotation.

1.15.0

30 Nov 19:50
Compare
Choose a tag to compare
  • In redirection mode, for instance a.example.com => b.example.com, when visiting http://a.example.com, redirect to https://a.example.com first, then redirect to https://b.example.com to save the HSTS header in clients' browsers.
  • Minor refactoring
  • Generate a self-signed certificate for default server, in order to prevent access from unlistened domains.

1.14.0

21 Nov 16:06
Compare
Choose a tag to compare
Bump version to 1.14.0

1.13.0

27 Sep 17:10
Compare
Choose a tag to compare

Allow setting of renew_margin_days as an environment variable.