github yusing/godoxy 0.5.0-rc1
v0.5-rc1

latest releases: v0.17.5, v0.17.4, v0.17.3...
pre-release11 months ago

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 for provider: local, to be used with your own certificates

    • autocert: new settings, cert_path and key_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

Don't miss a new godoxy release

NewReleases is sending notifications on new releases.