Commit Graph

113 Commits

Author SHA1 Message Date
enzo-g
d9085e7dcc Update README.md
Update small spelling mistake
2024-03-18 01:58:15 -05:00
rashpile
631244671a send x-forwarded headers for ssl static mode as well 2024-02-01 14:42:18 -06:00
rashpile
f573cd9e86 add the X-Forwarded-Proto and X-Forwarded-Port headers for SSLAuto mode 2024-02-01 14:42:18 -06:00
Sergey Ninua
fe24cf99ef
Implement Host header bypassing (#155)
* Initial implementation of keep-host argument

* Add keep-host parsing to the consulcatalog provider

* Update docs

* update from the current master

---------
by @ffix
2024-01-25 03:28:54 -06:00
Eli
7d4394f1c8
Skip SSL check for the destination host (#170)
by @themagic314 

* skip ssl check on dest host
* nolint directive
* readme explanation
2024-01-07 12:19:50 -06:00
Umputun
5b5b04243f fix static proxy example in docs 2023-12-19 14:38:39 -06:00
Umputun
fa23778d42 make LBSelector interface and implement all the current methods plus roundrobin 2023-11-27 12:08:28 -06:00
Umputun
899b552108 add docs for remote ip limiting
add more info and fix typos

add info to readme
2023-11-26 16:17:04 -06:00
Ivan Dudin
2cd32609e9 fix typo 2023-01-28 12:41:46 -06:00
Ivan Dudin
3e57ed8232 Update README.md 2023-01-28 12:41:46 -06:00
Umputun
a4b82174c9 add info about 0 timout 2022-08-29 17:22:46 -05:00
Umputun
3450148907 move docs for caching to subsection 2022-08-09 22:42:58 -05:00
Umputun
77d82d9a0f switch site to mkdocs material 2022-08-07 15:21:34 -05:00
Umputun
5b76633089 fix basic auth docs 2022-02-25 13:24:24 -06:00
Umputun
abc955a247 clarify default routing for docker provider 2022-02-13 14:23:55 -06:00
Umputun
64f57df860 add support of custom 404 page for assets server 2022-01-06 00:16:18 -06:00
Umputun
8c59be3612 implement simple on/off basic-auth for all resources
lint: err shadowing

extract htpasswd file load and add tests
2021-11-09 12:47:41 -06:00
Alexey Nesterov
184d5ba87c Support regex in host / server
Main consideration is backward compatibility. example.com should be treated as an exact
match, where possible. So current order is: exact host, regex host, * or "".

Regex matches are cached for better performance, cache is invalidated once mappings are refreshed.
2021-11-04 12:00:17 -05:00
Umputun
e1caebaa60 typos 2021-09-12 13:07:42 -05:00
Umputun
24610af68b update docs with new section about headers 2021-09-12 13:01:19 -05:00
Umputun
e60d4f5d1a fix link to dockerhub in the badge 2021-09-12 12:42:08 -05:00
Umputun
76fa56777f add ability to drop incoming headers #108
In some cases proxy should sanitize incoming headers. --drop-header and $DROP_HEADERS set list of headers (keys) and those headers removed from the request.
2021-09-11 14:38:56 -05:00
Umputun
c7a2308267 add OverrideHeadersIn and OverrideHeadersOut support
This is an attempt to address #108

Instead of dedicated support of header`s removal it allows to return a flag indicating plugin's full control over headers. With this flag set, the conductor won't mix response headers with originals but rather will count on a plugin to provide all the headers.
2021-09-07 01:53:54 -05:00
Umputun
f610a631e4 add docs about base image and spa mode 2021-08-28 12:16:38 -05:00
Pavel Mineev
55480a9148 center badges in readme 2021-08-13 02:01:59 -05:00
Umputun
ee0014e215 trigger site updates on README.md changes 2021-08-11 20:37:51 -05:00
Umputun
646b6dd8b2 typo 2021-07-18 15:30:07 -05:00
Umputun
3a230955f0 add info about limiter and more quick examples 2021-07-09 16:49:09 -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
2d974153f0 add container security text 2021-06-26 12:34:33 -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
22dc84b924 move compose specific to its own section 2021-06-08 12:31:23 -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
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
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
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
0217410207 typos 2021-05-28 15:27:16 -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
Umputun
f043a91dca minor docs improvements 2021-05-20 18:32:10 -05:00
Umputun
095f4d7102
Multi match (#74)
* 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
2021-05-16 18:34:51 -05:00
Umputun
04a65d61bf typo 2021-05-15 14:38:56 -05:00
Umputun
b79a9faf3c support size units #71 2021-05-14 22:01:27 -05:00
Umputun
c3bb113305 add info about 0 max 2021-05-14 03:29:55 -05:00
Umputun
c3e7814d33 fix metrics doc link 2021-05-13 22:25:14 -05:00
Umputun
144902dd2f update readme 2021-05-13 01:49:18 -05:00