yusing
|
df3212873f
|
updated route JSONMarshalling
|
2025-02-06 17:54:30 +08:00 |
|
yusing
|
2192120d0f
|
fix route reload
|
2025-02-06 17:29:47 +08:00 |
|
yusing
|
08236b582c
|
schemas: add "add_prefix" option to modify_request middleware
|
2025-02-06 17:11:43 +08:00 |
|
yusing
|
97111d9892
|
fileserver: clarify "root" value error
|
2025-02-06 16:53:37 +08:00 |
|
yusing
|
f5fb4d2a38
|
updated route loading logic
|
2025-02-06 16:50:08 +08:00 |
|
yusing
|
d8cac223ed
|
refactor and fixed map-to-map deserialization
|
2025-02-06 16:50:08 +08:00 |
|
yusing
|
c1705a0209
|
rename rule.on.bypass to pass
|
2025-02-06 16:50:08 +08:00 |
|
yusing
|
6b119968e4
|
update compose example
|
2025-02-06 16:50:08 +08:00 |
|
yusing
|
08b5e739e0
|
add tests for rules.on
|
2025-02-06 16:50:08 +08:00 |
|
yusing
|
43ed860e18
|
rules: updated help message, make values optional, fixes tests
|
2025-02-06 16:50:08 +08:00 |
|
Yuzerion
|
bcf2dde091
|
Create FUNDING.yml
|
2025-02-06 16:50:08 +08:00 |
|
yusing
|
e484e5f6d6
|
README: move auth docs to wiki
|
2025-02-06 16:50:08 +08:00 |
|
yusing
|
026fd4f2ff
|
add test for the previous commit
|
2025-02-06 16:50:07 +08:00 |
|
yusing
|
6c16ac7a99
|
fix single line yaml list treated as comma seperated list
|
2025-02-06 16:50:07 +08:00 |
|
yusing
|
beb46e2cdb
|
readme and docker compose example amendment
|
2025-02-06 16:50:07 +08:00 |
|
yusing
|
1ec3640928
|
adjusted and simplified default config and compose.yml
|
2025-02-06 16:50:07 +08:00 |
|
yusing
|
9c1a691512
|
remove incorrectly added pnpn lockfile
|
2025-02-06 16:50:07 +08:00 |
|
yusing
|
41dbcba815
|
fixes some tests
|
2025-02-06 06:36:14 +08:00 |
|
yusing
|
1eb3cb3ddb
|
add test for path traversal attack, small fix on FileServer.Start method
|
2025-02-06 00:16:22 +08:00 |
|
yusing
|
4059e373e6
|
fix failed routes being kept in routes map
|
2025-02-04 10:50:52 +08:00 |
|
yusing
|
970610f9f8
|
fix extra output of ls-* commands by defer initializaing stuff, speed up start time
|
2025-02-04 10:43:16 +08:00 |
|
yusing
|
4b87b080dd
|
implement health monitor for file server
|
2025-02-04 10:33:17 +08:00 |
|
yusing
|
ee5c9e0bf4
|
fix server not being restarted after config reload
|
2025-02-04 07:02:28 +08:00 |
|
yusing
|
9e76ebd03e
|
updated fileserver implmementation and schema
|
2025-02-04 06:51:52 +08:00 |
|
yusing
|
1d4d2a02ed
|
clearer error message when config reload failed
|
2025-02-04 06:51:51 +08:00 |
|
yusing
|
199a4bb876
|
fix error formatting
|
2025-02-04 06:51:51 +08:00 |
|
yusing
|
c90e0db30d
|
reverse proxy refactor and bug fixes
- fix prometheus metrics for load balanced routes
- route will now fail when health monitor fail to start
|
2025-02-04 06:51:51 +08:00 |
|
yusing
|
1e413ae215
|
refactor: move metrics logger to middleware package
|
2025-02-04 06:51:51 +08:00 |
|
yusing
|
503671bd1b
|
refactor: rename HTTPRoute to ReverseProxyRoute to avoid confusion
|
2025-02-04 06:51:51 +08:00 |
|
yusing
|
ec148f036d
|
treat fileserver as http route
|
2025-02-04 06:51:51 +08:00 |
|
yusing
|
1baf10fa88
|
fix incorrect route loading behaviors
|
2025-02-04 06:51:51 +08:00 |
|
yusing
|
c61d893403
|
refactor, merge Entry, RawEntry and Route into one. Implement fileserver. Still buggy
|
2025-02-04 06:51:51 +08:00 |
|
yusing
|
58d5e81449
|
fix makefile for trace mode
|
2025-02-03 04:22:29 +08:00 |
|
yusing
|
721ddcb590
|
cleanup code for URL type
|
2025-02-02 06:33:32 +08:00 |
|
yusing
|
0c7b188587
|
api: fix search icon returning null when no match
|
2025-02-02 03:31:52 +08:00 |
|
yusing
|
4c97b79adf
|
log prometheus enabled
|
2025-02-02 03:21:39 +08:00 |
|
yusing
|
8ae9573b07
|
add timeout to notification context
|
2025-02-01 14:42:21 +08:00 |
|
yusing
|
43fce6e739
|
fix two tests
|
2025-02-01 14:41:22 +08:00 |
|
Yuzerion
|
78900772bb
|
Feat/ntfy (#57)
* implement ntfy notification
* fix notification fields order
* fix schema for ntfy
---------
Co-authored-by: yusing <yusing@6uo.me>
|
2025-02-01 13:07:44 +08:00 |
|
yusing
|
c16a0444ca
|
fix main.go and update next release doc
|
2025-02-01 12:51:52 +08:00 |
|
yusing
|
0d518166ee
|
api: move prometheus handler inside api handler /v1/metrics
|
2025-02-01 02:09:43 +08:00 |
|
yusing
|
6ae391a3c9
|
make POST and JSON as notification defaults
|
2025-01-31 14:56:55 +08:00 |
|
yusing
|
357897a0cd
|
remove schema stuff from code
|
2025-01-31 05:21:32 +08:00 |
|
yusing
|
10a0a8fe09
|
update readme
|
2025-01-31 03:33:20 +08:00 |
|
yusing
|
98443be80c
|
fix OIDC not working when ISSUE_URL points to GoDoxy itself
|
2025-01-30 10:39:26 +08:00 |
|
yusing
|
bf7f6e99c5
|
updated next release docs
|
2025-01-30 10:34:47 +08:00 |
|
yusing
|
b6e468e54e
|
remove schema from dockerfile and code, dependencies upgrade
|
2025-01-30 00:43:25 +08:00 |
|
yusing
|
dfc634a362
|
http: increase default response header timeout to 60s, add option to customize it, schema update
|
2025-01-30 00:41:03 +08:00 |
|
yusing
|
d9b6b82f07
|
api: response error in json instead of html for better rendering flexibility
|
2025-01-29 11:50:08 +08:00 |
|
yusing
|
4ad6257dab
|
fix deserialization
|
2025-01-29 11:49:28 +08:00 |
|