reproxy

Simple edge server / reverse proxy

MIT License

Stars
1.2K
Committers
29

Bot releases are hidden (Show)

reproxy - Version 1.2.2 Latest Release

Published by umputun 5 months ago

  • Fixes regression introduced in version 1.2.0 that caused issues with Docker permissions from within the container.

Full Changelog: https://github.com/umputun/reproxy/compare/v1.2.1...v1.2.2

reproxy - Version 1.2.1

Published by umputun 5 months ago

What's Changed

Full Changelog: https://github.com/umputun/reproxy/compare/v1.2.0...v1.2.1

reproxy - Version 1.2.0

Published by umputun 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/umputun/reproxy/compare/v1.1.1...v1.2.0

reproxy - Version 1.1.1

Published by umputun 8 months ago

What's Changed

Full Changelog: https://github.com/umputun/reproxy/compare/v1.1.0...v1.1.1

reproxy - Version 1.1.0

Published by umputun 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/umputun/reproxy/compare/v1.0.0...v1.1.0

reproxy - Version 1.0.0

Published by umputun over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/umputun/reproxy/compare/v0.11.0...v1.0.0

reproxy - Version 0.11.0

Published by umputun almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/umputun/reproxy/compare/v0.10.0...v0.11.0

reproxy - Version 0.10.0

Published by umputun about 3 years ago

reproxy - Version 0.9.0

Published by umputun over 3 years ago

  • sign checksum file #95
  • add limiter/throttler #97
  • fix headers with comma #101
  • extend documentation and examples
  • fix unstable tests
reproxy - Version 0.8.0

Published by umputun over 3 years ago

  • basic support for RPC plugins #85
  • add redirect routes #87
  • de-prioritize assets rules across all providers
  • add support of spa-like assets handling with 404 redirect to /index.html
  • drop the attempt to parse form in limiter (conflicts with a form body)
  • improve regex group in source priority sorting #89
  • fix assets match on the root URL
reproxy - Version 0.7.0

Published by umputun over 3 years ago

  • support multiple routes in docker provider #80
  • allow docker rules to use external destinations
  • add lb/failover selector
reproxy - Version 0.6.2

Published by umputun over 3 years ago

  • Fix unexpected metrics hit in case of management API disabled
  • Fix incompatibility between metrics middleware and WS
reproxy - Version 0.6.1

Published by umputun over 3 years ago

hot fix for unexpected spaces from FQDN list if multiline formatted in compose

reproxy - Version 0.6.0

Published by umputun over 3 years ago

  • add automatic health-checker #49
  • multi-mutch discovery with failover and round-robin #74
reproxy - Version 0.5.1

Published by umputun over 3 years ago

  • fix slow upload of large files #71
  • support size units
reproxy - Version 0.5.0

Published by umputun over 3 years ago

  • support different caching duration for different mime types
  • add consul catalog provider
  • add "d" (days) units to cache's duration parsing
  • add support of docker route prefix
  • support of html error reporting with custom templates
  • detect in-container and set listen address to 0.0.0.0
  • set X-Forwarded-Host to original host, drop X-Origin-Host
  • treat 0 max request size limit as unlimited
  • fix default docker dest to include container
  • wait till fqdn avail for ssl auto
  • extend health check to make sure all pings called
reproxy - Version 0.4.0

Published by umputun over 3 years ago

  • fix health counts calculation
  • add the total number of services to health error
  • implement basic support of Prometheus metrics via mgmt server #35
  • add assets cache-control #54
  • fix static assets mapping for docker provider
reproxy - Version 0.3.0

Published by umputun over 3 years ago

  • add details to /health error message
  • limit health check concurrency
  • allow optional stdout logging
  • the signature disabled by default
  • support reproxy.port #21
  • update docker example with arm-compat images #33
  • multiple static location #36
  • create a cool site for reproxy.io #30
  • allow docker to provide static with proxy at the same time #27
  • invoke Docker API directly #34
reproxy - Version 0.2.0

Published by umputun over 3 years ago

  • multiple bug fixes
  • disable image build and push on PR #7
  • all timeouts are customizable #5
  • support reproxy.enabled label
  • speed up route lookup by grouping mappers by server names #4
  • switch Dockerfile to standard base images #11 #18
  • multi-arch docker build #11
  • change docker default and add autoapi param #20
  • support multiple servers in reproxy.server label #20
reproxy - Version 0.1.0

Published by umputun over 3 years ago

initial release