https-portal

A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.

MIT License

Stars
4.5K
Committers
41

Bot releases are hidden (Show)

https-portal - 1.17.0

Published by SteveLTN over 3 years ago

  • Support multiarch builds.
https-portal - 1.16.1

Published by SteveLTN almost 4 years ago

  • Supports TLS 1.2+ only
  • Update Nginx image to 1.19.6
https-portal - 1.16.0

Published by SteveLTN almost 4 years ago

https-portal - 1.15.2

Published by SteveLTN almost 4 years ago

Skip generating default_server dummy certs when they already exist.

https-portal - 1.15.1

Published by SteveLTN almost 4 years ago

Fix logrotation.

https-portal - 1.15.0

Published by SteveLTN almost 4 years ago

  • 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.
https-portal - 1.14.0

Published by SteveLTN almost 4 years ago

https-portal - 1.13.0

Published by SteveLTN about 4 years ago

Allow setting of renew_margin_days as an environment variable.

https-portal - 1.12.1

Published by SteveLTN about 4 years ago

Bugfix: multi-line environment variables weren't picked up in cron jobs.

https-portal - 1.12.0

Published by SteveLTN over 4 years ago

Support custom server level configuration block of Nginx.

https-portal - 1.11.0

Published by SteveLTN over 4 years ago

Add built-in log rotation.

https-portal - 1.10.1

Published by SteveLTN over 4 years ago

https-portal - 1.10.0

Published by SteveLTN over 4 years ago

Add support for listening to IPv6.

https-portal - 1.9.0

Published by SteveLTN over 4 years ago

  • Add a flag to enable vhost in access logs, see this PR
https-portal - 1.8.1

Published by SteveLTN over 4 years ago

https-portal - 1.8.0

Published by SteveLTN almost 5 years ago

  • Update ACME-tiny.py
https-portal - 1.7.3

Published by SteveLTN about 5 years ago

  • Update nginx for NFLX-2019-002
https-portal - 1.7.2

Published by SteveLTN over 5 years ago

Update some dependencies.

https-portal - 1.7.1

Published by SteveLTN over 5 years ago

Add application/json to MIME type list for gzipping

https-portal - 1.7.0

Published by SteveLTN over 5 years ago

  • Remove support for TLS 1.0 and 1.1. Add TLS 1.3.
  • Update default gzip settings, allow compression for CSS and JavaScript, etc.
  • Bugfix: when having access restriction, ACME challenge path was also blocked.