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 visible (Hide)

https-portal - 1.6.1

Published by SteveLTN over 5 years ago

Bring the container down if either crond or dockergen fails.

https-portal - 1.6.0

Published by SteveLTN over 5 years ago

  • Allow configuring HSTS header from environment variable
https-portal - 1.5.1

Published by SteveLTN over 5 years ago

  • Stop prefixing redirect target with https:// unless necessary.
https-portal - 1.5.0

Published by SteveLTN over 5 years ago

  • Use Nginx 1.14.2
https-portal - 1.4.4

Published by SteveLTN about 6 years ago

  • Allow dash in domain names and upstream
https-portal - 1.4.3

Published by SteveLTN about 6 years ago

  • Bugfix: underscores in domains or upstreams result errors
  • Check not only if the keys exist, but also it is a valid key before skipping generating them
https-portal - v1.4.2

Published by SteveLTN about 6 years ago

Change version number in welcome to 1.4.2

https-portal - v1.4.1

Published by SteveLTN about 6 years ago

This is just a dummy release to test DockerHub's automatic versioning :-)

https-portal - v1.4.0

Published by SteveLTN about 6 years ago

Some small feature updates:

  • Add option to manually set genrsa numbits - @YDKK
  • Add IP access restriction support - @prilka
  • Update the document
  • Fix a bug of HTTP basic auth
https-portal - v1.3.0

Published by SteveLTN over 6 years ago

Add support for HTTP basic auth.

https-portal - v1.2.9

Published by SteveLTN over 6 years ago

Further fix the backwards compatibility issue.

https-portal - v1.2.8

Published by SteveLTN over 6 years ago

Fix issues with linking signed certs to chained ones.

https-portal - v1.2.7

Published by SteveLTN over 6 years ago

Use a dummy process to chain certificates, for backward compatibility.

https-portal - v1.2.6

Published by SteveLTN over 6 years ago

Bugfix.

If you provide your own Nginx config and used chained_cert_path, it gave errors because the method is deprecated. Now it gives a warning and calls signed_cert_path.

https-portal - v1.2.5

Published by SteveLTN over 6 years ago

  • Use ACME v2 protocol
  • Skip checking from within the container.

Thanks to @jacqt

https-portal - v1.2.4

Published by SteveLTN over 6 years ago

Fix the issue where cron jobs don't get environment variables.

https-portal - v1.2.3

Published by SteveLTN almost 7 years ago

  • Update the message in the welcome screen
https-portal - v1.2.2

Published by SteveLTN almost 7 years ago

  • Bugfix: "dockerhost" upstream didn't work.
https-portal - v1.2.1

Published by SteveLTN almost 7 years ago

  • Bugfix: in redirection mode, static welcome page is still generated.
https-portal - v1.2.0

Published by SteveLTN almost 7 years ago

  1. Update Let's Encrypt agreement URL
  2. Add support for quick redirection settings
  3. Support configuring dynamic_upstream of Nginx from environment variables