yusing
40c4344f73
poller error formatting
2025-02-13 23:31:00 +08:00
yusing
3bd8aca2d2
period: change "1m" to "1mo" to avoid confusion
2025-02-13 21:18:30 +08:00
yusing
a21bdedbc1
go.modL add comments explaining dependencies usage
2025-02-13 19:40:15 +08:00
yusing
797ebd7771
update next release md
2025-02-13 19:30:23 +08:00
yusing
04e9ecbc76
README.md: Update README.md
2025-02-13 19:26:23 +08:00
yusing
41d37579dc
small refactor
2025-02-13 18:52:00 +08:00
yusing
10d23828a7
metrics: fix 5m period
2025-02-13 18:47:17 +08:00
yusing
19e3392825
improve reverse proxy and serverhandling
...
- buffer pool for IO copy
- flush response after read, now works with event stream
- fixed error handling for server
2025-02-13 18:39:35 +08:00
yusing
6bf4846ae8
poller: clear errors after logging
2025-02-13 17:23:00 +08:00
yusing
afcd37dac6
remove unnecessary transport.Clone
2025-02-13 17:14:57 +08:00
yusing
c2ff497cc9
revert readme
2025-02-13 17:07:17 +08:00
yusing
decd2c2ded
fix various endpoints
2025-02-13 15:05:16 +08:00
yusing
02d1c9ce98
refactor header utils to httpheader package, cleanup api endpoints
2025-02-13 07:32:59 +08:00
yusing
5c9083a5df
remove forwardAuth middleware
2025-02-13 07:19:40 +08:00
yusing
3c7fafa91f
improved metrics implementation
2025-02-13 05:58:30 +08:00
yusing
fd50f8fcab
fix check health for tcp/udp, refactor
2025-02-13 05:58:15 +08:00
yusing
1a93df5886
fix route port udp selection and healthcheck interval
2025-02-13 05:50:49 +08:00
yusing
bdc086c285
increase icon cache ttl to 3 days, remove pruned message when no icon pruned
2025-02-13 03:06:18 +08:00
yusing
82042e0b99
refactor, fix metrics and upgrade go to 1.24.0
2025-02-12 11:15:45 +08:00
yusing
c807b30c8f
api: remove service health from prometheus, implement godoxy metrics
2025-02-12 05:30:34 +08:00
yusing
72dc76ec74
api: add system_info endpoint
2025-02-11 12:52:16 +08:00
yusing
71619042fd
fix agent hot-reload issue and added list agents endpoint
2025-02-11 12:45:34 +08:00
yusing
429a77de8e
refactor, fix reload error when using agents, and other small improvements
2025-02-11 12:15:51 +08:00
yusing
b1f72620dc
refactor and properly set idlewaker error in JSON output
2025-02-11 10:14:32 +08:00
yusing
2a54aed135
fix incorrect RequestURI
2025-02-11 09:49:49 +08:00
yusing
040c1f6f78
fix query being duplicated
2025-02-11 09:44:23 +08:00
yusing
07bce90521
fixed some issues
2025-02-11 09:16:21 +08:00
yusing
508b093278
fix health monitor panic
2025-02-11 07:12:08 +08:00
yusing
9bed5bf872
fix agent json marshal
2025-02-11 06:27:27 +08:00
yusing
6d0a2cd301
fix serving wrong cert
2025-02-11 06:20:09 +08:00
yusing
e1ee08361d
api: added network and sensors system info
2025-02-11 05:26:37 +08:00
yusing
3332ce34c5
simplify setup process
2025-02-11 05:05:56 +08:00
yusing
2c57e439d5
fixed a few stuff
2025-02-11 01:10:09 +08:00
yusing
73e2660e59
agent: add system-info endpoint
2025-02-11 01:10:09 +08:00
yusing
9120bbea34
change default agent name to hostname
2025-02-11 01:10:09 +08:00
yusing
58ea9750d7
Update next-release
2025-02-11 01:10:09 +08:00
yusing
a59ad97e5e
Fix dockerfile and makefile
2025-02-11 01:10:09 +08:00
yusing
0a7b28caf5
refactor and remove unused code
2025-02-11 01:10:09 +08:00
yusing
eaf191e350
implement godoxy-agent
2025-02-11 01:10:09 +08:00
yusing
ecb89f80a0
update files for agent, deps upgrade
2025-02-11 01:10:07 +08:00
yusing
9626b65593
deps upgrade
2025-02-11 00:56:17 +08:00
yusing
c9b5516330
fix wildcard alias and some tests
2025-02-11 00:47:43 +08:00
yusing
4363ca88aa
fix file server validation
2025-02-11 00:47:43 +08:00
Yuzerion
3353060ad4
Update README.md
2025-02-07 15:58:51 +08:00
yusing
ddc3b8575e
fix startup panic when no notification provider is set
2025-02-07 03:07:21 +08:00
yusing
136a2ec89f
remove some debug logging
2025-02-07 01:08:42 +08:00
yusing
021c68f2a7
update README
2025-02-06 18:31:49 +08:00
yusing
989a09274f
restore notification
2025-02-06 18:25:39 +08:00
yusing
39c5886d7a
make rules.name
optional
2025-02-06 18:25:39 +08:00
Yuzerion
1a5f3735cf
Feat/fileserver ( #60 )
...
* cleanup code for URL type
* fix makefile for trace mode
* refactor, merge Entry, RawEntry and Route into one.
* Implement fileserver.
* refactor: rename HTTPRoute to ReverseProxyRoute to avoid confusion
* refactor: move metrics logger to middleware package
- fix prometheus metrics for load balanced routes
- route will now fail when health monitor fail to start
* fix extra output of ls-* commands by defer initializaing stuff, speed up start time
* add test for path traversal attack, small fix on FileServer.Start method
* rename rule.on.bypass to pass
* refactor and fixed map-to-map deserialization
* updated route loading logic
* schemas: add "add_prefix" option to modify_request middleware
* updated route JSONMarshalling
---------
Co-authored-by: yusing <yusing@6uo.me>
2025-02-06 18:23:10 +08:00