Skip to content

Releases: intentionally-left-nil/reverse-proxy

Rebuild to pick up latest dependencies

30 Jul 03:15
a4b4b04
Compare
Choose a tag to compare

Pick up the latest alpine build
No other changes

v0.3.0

27 Mar 17:33
a2f6808
Compare
Choose a tag to compare

Adds a new environment variable CONFIG_JSON. This is an alternative to creating the /etc/reverse_proxy/config.json file

v0.2.1

19 Mar 06:27
02ecaa6
Compare
Choose a tag to compare

Small, optional release
Mainly, this rebuilds the docker image to use the latest version :)
But it also pulls in the latest acme.sh and fixes an nginx warning

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Sep 17:41
0a8f762
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

Bug fixes

23 Jul 22:59
0ef7911
Compare
Choose a tag to compare

v0.1.0

08 Jul 14:50
de5a82d
Compare
Choose a tag to compare

Breaking change

Nginx.conf is moved from /etc/reverse_proxy/data/nginx.conf to /etc/reverse_proxy/nginx.conf
This makes it easier to override just the nginx.conf while still leaving the data folder for certs

Bug fixes

  • Use only the docker DNS resolver
  • Make sure the nginx.conf gets regenerated
    Full Changelog: v0.0.3...v0.1.0

v0.0.3

08 Jul 05:09
422c295
Compare
Choose a tag to compare
  • bugfix: create_certs now stops trying to create the cert once successful
    Full Changelog: v0.0.1...v0.0.3

works on my machine release

07 Jul 23:43
bc2a483
Compare
Choose a tag to compare
  • Supports reverse proxying from multiple domains to multiple downstream hosts
  • Automatically create & renew SSL certificates
  • Automatically redirect http to https

(this is the same release as v0.0.1, just testing that semver works properly)

works on my machine release

07 Jul 23:38
bc2a483
Compare
Choose a tag to compare
  • Supports reverse proxying from multiple domains to multiple downstream hosts
  • Automatically create & renew SSL certificates
  • Automatically redirect http to https