* discovery support for multiple matches
* switch proxy matcher usage, add random selection
* fix multi-match logic
* pass match picker func
* simplify rand picker
* update health params and docs
* fix early termination on discovery multi-match
* add grouping of sorted matches in sorted result
* add mention of live check to readme
* detect in-container and set listen to 0.0.0.0
* simplify default address logic
don't change if user defined, use 127.0.0.1:8080 for non-docker and 0.0.0.0:8080 for in-docker only if nothing set
* add dynamic default to redir http port
* add docs about dynamic defaults
* add ssl example
* lint: params warn
by @akellbl4
* make cool site for reproxy
* remove meta tags with images
* fix dark theme
* flix styles for sidebar nav
* add scroll in sidebar
* fix dark theme
* fix markdown
* remove package lock
* add package lock to ignore
* add update date and edit button
* add build command
* move target to public
* add build
* use gitignore
* add logos
* Changes
- add meta
- add close button
* add style for code tag
* fix favicon color in safari
* add logo styles
* update favicon
* add classic ico favicon
* update touch icon
* fix sharing images
* fix logo
* move data to site data file
* add fancy mate glass effect on header
* make readme as site base
* update logo
update logo
* add stretching width for the content
* add dockerfile
* fix dark theme bugs
* remove usless props
* fix logo
* fix node version
* replce logo for the site
* fix path to logo in readme
* add more space on logo in readme
* fix logo size in readme
* add isStatic flag to mapper, implement for file and static providers
* handle static match response as a special case
* move assets conversion to load time
* rename static to assets everywhere for consistency
* don't overwride asset param in url mapper
* add documentation about assets mode
* add tests