1
0
mirror of https://github.com/umputun/reproxy.git synced 2024-11-24 08:12:31 +02:00
Commit Graph

313 Commits

Author SHA1 Message Date
Pavel Mineev
41104ef980 Fix new line in README.md 2021-04-16 14:12:53 -05:00
Umputun
9ffae3449b drop unneeded EOL from readme 2021-04-16 14:09:30 -05:00
Umputun
4fdb8f63c9 fix site build 2021-04-16 14:04:54 -05:00
Umputun
9bcbe360e1
Update README.md 2021-04-16 13:38:20 -05:00
Pavel Mineev
e248ef2441 revert README.md and symblink it to the site folder, add better font styles 2021-04-16 13:36:45 -05:00
Pavel Mineev
ba02572ca5 fix text line-height 2021-04-16 13:22:53 -05:00
Pavel Mineev
90f5c015ae fix link to logo 2021-04-16 13:22:53 -05:00
Pavel Mineev
3951d3866e use one readme for repo and site 2021-04-16 13:22:53 -05:00
Pavel Mineev
ab9c5864bb
Create cool site for Reproxy (#30)
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
2021-04-16 12:34:03 -05:00
Umputun
8dca98c6b3 don't resort rules for file provider inside the server #37 2021-04-16 11:10:07 -05:00
Umputun
212129faf1 drop unused init 2021-04-16 04:02:05 -05:00
Umputun
8cf4b9063d
Multiple static location (#36)
* 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
2021-04-16 02:49:00 -05:00
Umputun
33346c9f7a update docker example with arm-compat images #33 2021-04-15 03:33:52 -05:00
Vladimir Garvardt
66610ef491 Replaced github.com/pkg/errors with stdlib errors wrap 2021-04-14 11:44:20 -05:00
Konstantin Alikhanov
c5200e0a1a Fixing type error in SSL Static mode 2021-04-14 11:08:17 -05:00
Dmitriy Kopylenko
58bed075fd Simple grammatical change 2021-04-14 11:06:49 -05:00
Umputun
7138a71236 add a tiny docker example 2021-04-14 03:45:25 -05:00
Umputun
ab0f5c0e1d switch final image to scratch base 2021-04-14 03:26:20 -05:00
akoppela
da7a860706 Add charset meta tag. 2021-04-14 02:50:35 -05:00
akoppela
95f0f4f127 Structure HTML properly, make mobile friendly. 2021-04-14 02:50:35 -05:00
Umputun
47d802679d sort mappers in the list 2021-04-14 02:47:35 -05:00
Umputun
78ef60947b update web page with the current 2021-04-14 00:35:58 -05:00
Umputun
d1ef428236 add assets examples 2021-04-13 21:40:09 -05:00
Umputun
de4a6eca64 container named rerpoxy excluded from discovery 2021-04-13 20:40:42 -05:00
Umputun
1606e56d82 fix proxy headers, should affect response not the request 2021-04-13 14:33:54 -05:00
Umputun
6dcc2fa719 flip signature, disabled by default 2021-04-13 14:08:15 -05:00
Umputun
510b29c3ec wrap proxy internal err log 2021-04-13 14:03:25 -05:00
Umputun
9bcb9de0d4 filter /ping from stdout logging 2021-04-13 13:04:40 -05:00
Umputun
d8309ab6f2 allow optional stdout logging 2021-04-13 12:45:49 -05:00
Umputun
5479063f4e limit health check concurrency 2021-04-13 12:34:34 -05:00
Umputun
f6491246f8 support reproxy.port #21
defines which of exposed ports will be used for the destination in case if multiple ports exposed from the container
2021-04-13 12:01:54 -05:00
Umputun
af02a41147 add primitive priority order for discovered containers 2021-04-13 01:52:12 -05:00
Umputun
26647571af lint: simplify health and ping path check 2021-04-13 01:28:22 -05:00
Umputun
dea0e5c742 add details to health error message 2021-04-13 01:24:57 -05:00
Umputun
ffd8afad07 change both /health and /ping to exact url match
needed to prevent conflict with proxied services
implementing /health or /ping
2021-04-13 00:52:06 -05:00
Umputun
21636b8a4b update docker example 2021-04-12 22:21:52 -05:00
Umputun
22ef8a060a drop reproxy.enabled=false from the Dockerfile 2021-04-12 22:09:16 -05:00
Umputun
64fd98a130 all timeouts are customizable #5 2021-04-12 21:54:59 -05:00
Umputun
06a6d595b3 change docker provider defaults
skip without --docker.auto all containers without reproxy.* label
2021-04-12 21:26:31 -05:00
Umputun
875f288fd7
typo 2021-04-12 16:12:14 -05:00
Umputun
3ced8397c5 upgrade recoverer to suppress the noise on net/http: abort Handler 2021-04-12 12:08:50 -05:00
Umputun
bdae15b274 bump github.com/go-pkgz/rest to v1.9.0 2021-04-12 11:38:21 -05:00
Umputun
c4703d3b17 update docs 2021-04-12 03:41:04 -05:00
Umputun
02c87ffc7a support multiple servers in reproxy.server label #20 2021-04-12 03:13:25 -05:00
Umputun
a20abd0140 change docker default and add autoapi param #20 2021-04-12 02:57:13 -05:00
Umputun
1ac2f23504 adjust tests for delayed events 2021-04-12 02:29:17 -05:00
Umputun
0e5998d540 add error logging on failed list 2021-04-12 02:11:43 -05:00
Umputun
8b3889d4e5 switch events to provider id, delay repsponse 2021-04-12 02:09:34 -05:00
Umputun
a79cd3c7a4 correct providers order 2021-04-12 02:07:35 -05:00
Umputun
9c659afb0f drop separate ID method from providers, fill directly 2021-04-11 23:41:23 -05:00