Umputun
3a230955f0
add info about limiter and more quick examples
2021-07-09 16:49:09 -05:00
Umputun
803a076b79
fix incorrect detection of header's dbl quotes
2021-07-09 15:20:45 -05:00
Umputun
9218ad8bac
simplify unnecessary complicated TestCheckHealth
2021-07-08 17:08:35 -05:00
Umputun
cd41237fa5
lint: simplify empty string check
2021-07-08 16:40:14 -05:00
Umputun
56e040b80b
allow longer time to start proxy in limiter test
2021-07-08 16:32:24 -05:00
Umputun
cbe7f6f84d
drop leading and trailing dbl-quotes from the headers #100
2021-07-08 16:27:42 -05:00
Umputun
207a467960
Header comma ( #101 )
...
* allow comma inside of header env list #100
* set proxy header to manually split version
2021-07-08 02:31:27 -05:00
Umputun
71039681e2
Merge pull request #97
...
* revendor with latest rest lib
* simplify with passThroughHandler
* add deps for throttling
2021-07-03 01:23:50 -05:00
John
a9c7db27b6
fix broken link to plugin example in README
2021-06-30 10:50:22 -05:00
Umputun
2eb78e0e47
fix typo in mock file name
2021-06-29 20:35:50 -05:00
Umputun
ef649f10dc
add a custom static example
2021-06-27 12:59:15 -05:00
Umputun
2d974153f0
add container security text
2021-06-26 12:34:33 -05:00
Umputun
5dcb303615
fix comment typo
2021-06-26 12:12:47 -05:00
Umputun
0a2047fc74
update go-pkgz/rest deps
2021-06-20 18:46:46 -05:00
Umputun
e4385240d4
sign checksum file #95
2021-06-20 18:46:09 -05:00
Umputun
4fce9c412b
don't hide options
2021-06-19 16:35:31 -05:00
Umputun
510b7f1c31
extend readme bullet points
2021-06-12 13:31:47 -05:00
Umputun
13c70eb8e8
add health integration test
2021-06-12 13:26:42 -05:00
dependabot[bot]
9fc8c4d5ba
Bump normalize-url from 4.5.0 to 4.5.1 in /site
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-12 01:20:00 -05:00
Umputun
503f0b6dca
drop regex group in source priority sorting #89
2021-06-08 15:32:35 -05:00
Umputun
22dc84b924
move compose specific to its own section
2021-06-08 12:31:23 -05:00
Umputun
297612e7c4
add test
2021-06-08 03:53:16 -05:00
Umputun
247cf13016
fix static match / without webroot defined
2021-06-08 03:48:37 -05:00
Umputun
3fb723c8b9
fix static match on / url
2021-06-08 03:28:30 -05:00
Umputun
3497599d03
add comments and fix docs
2021-06-08 00:45:16 -05:00
Umputun
d80c18a5b7
add spa docs
2021-06-07 19:16:18 -05:00
Umputun
e44ca79f23
add support of spa to common assets
2021-06-07 19:16:18 -05:00
Umputun
f0049ef7ac
add support of spa-like assets handling
2021-06-07 19:16:18 -05:00
Umputun
687e78e87b
drop attempt to parse form in limiter, conflicts with form body
2021-06-07 16:20:23 -05:00
Umputun
fb57a6bb45
remove commented code
2021-06-07 14:54:31 -05:00
Umputun
f8f5871411
quick attempt to de-prioritize assets rules
2021-06-07 14:54:09 -05:00
Umputun
15616dfa57
longer sleep for flaky test
2021-06-06 18:20:38 -05:00
Umputun
aea74d717f
Redirect ( #87 )
...
* add @code redirect prefix
* add proxy handling for redirects #86
* add info about redirects
2021-06-06 18:13:59 -05:00
Umputun
680d988d42
change url value in final proxy to const usage
2021-06-01 04:00:38 -05:00
Umputun
56cd1205a1
clean usage of plugin context in proxy
2021-06-01 03:59:23 -05:00
Umputun
b3d222a60a
quick and dirty fix for assets rules regression
2021-06-01 03:50:20 -05:00
Umputun
0b3e1d9062
warn logging on destination parser
2021-06-01 03:34:50 -05:00
Umputun
3efcd15747
add warns on static path issues
2021-06-01 03:25:35 -05:00
Umputun
7139c57766
RPC plugins support ( #85 )
...
* wip
* resolve merge artifacts
* full coverage for conductor
* wire plugin conductor to main and proxy
* wip, with separate match handler
* split matching logic with another handler, add initial docs
* move parts of proxy to handlers, add tests
* add headers in to be sent to proxied url
* merged from master
* add example with docker compose
* supress excesive debug reporting 0-9 disabled in docker
* add plugin tests
* randomize test port
* lint: minor warns
* lint: err shadow
2021-06-01 02:56:39 -05:00
dependabot[bot]
30ca38b1ba
Bump ws from 7.4.4 to 7.4.6 in /site
...
Bumps [ws](https://github.com/websockets/ws ) from 7.4.4 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.4.4...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-30 23:26:51 -05:00
Umputun
bd200a9c0a
flaky main test
2021-05-29 13:40:14 -05:00
Umputun
a4b09e6697
update docs and change make docker build to plain progress
2021-05-28 16:28:33 -05:00
Umputun
81e8f4a029
update docs and examples
2021-05-28 16:11:31 -05:00
Umputun
282b4b268c
add lb selector
2021-05-28 16:11:16 -05:00
Umputun
0217410207
typos
2021-05-28 15:27:16 -05:00
dependabot[bot]
b4c8804a3a
Bump browserslist from 4.16.4 to 4.16.6 in /site
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.4 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.4...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 23:19:12 -05:00
Umputun
556a34f1fb
allow reproxy.server to be default for numeric rules
2021-05-26 01:45:42 -05:00
Umputun
e092c7e989
allow docker rules to use external destinations
2021-05-26 00:17:45 -05:00
Umputun
1c1f9d1c3c
Docker multi routes ( #80 )
...
* support reproxy.N.something labels for docker #78
* lint: suppress false positive
* update linter in ci
* update readme
* add test for failed container parse
2021-05-25 23:48:22 -05:00
Umputun
bc9ec9184a
add info about compose issue with $ substitution
2021-05-25 12:30:02 -05:00