v0.6 Stable
What's changed
-
Added Homepage support! app dashboard is now on WebUI
- Added
ls-icons
command to list available icons
- Added
-
Added Middleware support
customErrorPage
: customize error page per response status coderedirectHTTP
: redirect HTTP requests to HTTPscidrWhitelist
: allow only requests from specific CIDRs / IPsrealIP
: setsX-Forwarded-*
headers based on real ip headers (e.g.X-Real-IP
)cloudflareRealIP
:realIP
preset for cloudflare tunnelsmodifyRequest
,modifyResponse
: add, set, or hide headers on request / responsesetXForwared
andhideXForwarded
: set or hideX-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