Full Changelog: 0.4.8...0.5.0-rc1
Below is not complete, working in progress...
What's changes?
Breaking changes
config.yml
changes-
autocert
: new option forprovider
:local
, to be used with your own certificates -
autocert
: new settings,cert_path
andkey_path
-
providers
simplified:# Old providers: local: kind: docker value: FROM_ENV providers: kind: file value: providers.yml # New providers: include: - providers.yml docker: local: $DOCKER_HOST
-
- Web panel is now in a seperate project: go-proxy-frontend, with improved UX and fancier UI