Releases: intentionally-left-nil/reverse-proxy
Update acme.sh
This bumps acme.sh to 3.0.9. There's quite a few changes from the previous 3.0.7 release that was previously used, hence the bump here to 0.4.0
Rebuild to pick up latest dependencies
Pick up the latest alpine build
No other changes
v0.3.0
Adds a new environment variable CONFIG_JSON. This is an alternative to creating the /etc/reverse_proxy/config.json file
v0.2.1
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
- Update acme.sh to 3.0.7 by @intentionally-left-nil in #3
- silence warning about http2 directive by @intentionally-left-nil in #4
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add docker compose for end-to-end testing by @intentionally-left-nil in #1
- Enable http2 support by @intentionally-left-nil in #2
New Contributors
- @intentionally-left-nil made their first contribution in #1
Full Changelog: v0.1.1...v0.2.0
Bug fixes
- Add DEBUG flag
- Fix nginx.conf paths
Full Changelog: v0.1.0...v0.1.1
v0.1.0
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
- 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
- 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
- Supports reverse proxying from multiple domains to multiple downstream hosts
- Automatically create & renew SSL certificates
- Automatically redirect http to https