Skip to content

v0.6 Stable

Compare
Choose a tag to compare
@yusing yusing released this 06 Oct 22:36
· 10 commits to v0.6 since this release

What's changed

WebUI

  • Added Homepage support! app dashboard is now on WebUI

    • Added ls-icons command to list available icons
  • Added Middleware support

    • customErrorPage: customize error page per response status code
    • redirectHTTP: redirect HTTP requests to HTTPs
    • cidrWhitelist: allow only requests from specific CIDRs / IPs
    • realIP: sets X-Forwarded-* headers based on real ip headers (e.g. X-Real-IP)
    • cloudflareRealIP: realIP preset for cloudflare tunnels
    • modifyRequest, modifyResponse: add, set, or hide headers on request / response
    • setXForwared and hideXForwarded: set or hide X-Forwarded-* headers (default is append existing)
  • Changed docs are now moved to Wiki

  • Changed databases without alias(es) specified will be excluded by default

  • Changed labels with list values no longer have to starts with hyphen -

  • Changed API host check will be disable when on debug mode (GOPROXY_DEBUG=true)

  • Changed X-Forwared-* headers will be added by default

  • Changed schema validation for "include" files is replaced with internal value checking

  • Changed stopped containers (except ones with idlewatcher enabled) and containers without port exposed will be excluded by default

  • Fixed docker provider now shows name instead of address in log

  • Fixed memory leak in some cases

  • Fixed incorrect / unclear error message

  • Fixed API issues causing frontend not to work properly

  • Fixed Error message including sensitive info (internal IP addresses) being sent in http response

  • Fixed int64 not assignable to int error

  • Fixed container not respecting proxy.exclude on restart

  • Fixed some container is ignored on restart

  • Fixed nil dereferencing panic for idlewatcher in some cases

  • Fixed idlewatcher not redirecting after container ready