yusing
adb41a80c5
support middleware cross referencing
2025-01-09 05:15:18 +08:00
yusing
bc1702e6cf
refactoring: moved reverse_proxy to separate package to avoid import cycle
2025-01-08 13:50:34 +08:00
yusing
87279688e6
fix middleware tracer and cloudflareRealIP
2024-12-18 09:03:12 +08:00
yusing
59f4eaf3ea
cleanup and simplify middleware implementations, refactor some other code
2024-12-17 10:33:21 +08:00
yusing
aff8a3b401
fix modifyResponse middleware incorrect variable substitution
2024-12-05 10:31:48 +08:00
yusing
ef1863f810
support variables in modify request,response middlewares
2024-12-03 10:20:18 +08:00
yusing
1c1ba1b55e
[BREAKING] added entrypoint middleware support and config, config schema update
2024-11-30 08:02:03 +08:00
yusing
6a2638c70c
removed unnecessary PatchReverseProxy argument
2024-11-13 04:47:42 +08:00
yusing
f97e3f65fe
go version and deps update, fixed middlewares and metrics
...
- fixed "API JWT secret empty" warning output format
- fixed metrics initialized when it should not
- fixed middlewares.modifyRequest Host header not working properly
2024-11-08 06:14:08 +08:00
yusing
6712e9b109
initial prometheus metrics support, simplfied some code
2024-11-06 12:24:12 +08:00
yusing
8df28628ec
removed unnecessary pointer indirection, added rate limiter middleware
2024-11-03 07:07:30 +08:00
yusing
e5bbb18414
migrated from logrus to zerolog, improved error formatting, fixed concurrent map write, fixed crash on rapid page refresh for idle containers, fixed infinite recursion on gotfiy error, fixed websocket connection problem when using idlewatcher
2024-10-29 11:34:58 +08:00
yusing
a278711421
fixed loadbalancer with idlewatcher, fixed reload issue
2024-10-20 09:46:02 +08:00
yusing
d47b672aa5
refactored some stuff, added healthcheck support, fixed 'include file' reload not showing in log
2024-10-12 13:56:38 +08:00
yusing
921ce23dde
refactored http import name, fixed and simplified idlewatcher/idlewaker implementation, dependencies update
2024-10-07 12:45:07 +08:00
yusing
8329a8ea9c
replacing label parser map with improved deserialization implementation, API host check now disabled when in debug mode
2024-10-03 01:50:49 +08:00
yusing
ba13b81b0e
fixed middleware implementation, added middleware tracing for easier debug
2024-10-02 13:55:41 +08:00
yusing
44cfd65f6c
implement middleware compose
2024-10-01 16:38:07 +08:00
yusing
b38d7595a7
fixed issue for container not being excluded on restart
2024-09-30 15:19:59 +08:00
yusing
860e914b90
added real_ip and cloudflare_real_ip middlewares, fixed that some middlewares does not work properly
2024-09-30 04:03:48 +08:00