Releases: evertramos/nginx-proxy-automation
Releases · evertramos/nginx-proxy-automation
v0.5
Version v0.5 - This is the first 'automation' version
In this release we have the following features:
- Automation on a fresh start install
- Update from the previous version
- IPv6 compatible
All options are available in the script helper
$ ./fresh-start.sh -h
Skip docker hub image check on '--yes'
When adding the option --yes
it will automatically skip docker hub image check, assuming the image set will exist on the default settings.
v0.5-beta.2
Update docker if running function to use docker info
Pre release on beta for testing
Bug fixes:
- IPv6 loop back
- Variable replacements
Pre release on beta for testing
Automation script
Webproxy v0.3
In this new release we have added some nice features with help from community, as of:
- Option to include configuration to our proxy, using conf.d folder (samples availables)
- Improve start script (pull all containers)
- Set default variables to compose files (still require to create the network(s) if running docker-compose up manually)
WebProxy - v0.2
This release get a few changes from the previous:
Basic Authentication
Update script to update containers without downtime
Standard service name:
- nginx-web (the service that manages the proxy itself)
- nginx-gen
- nginx-letsencrypt
WebProxy - v0.1
This release was set to keep track of the old docker-compose file that has the services names as of:
nginx
nginx-gen
nginx-letsencrypt