yusing
8ef8015a7f
feat: improved icon and category lookup mechanism
2025-05-04 09:37:15 +08:00
yusing
5f780f4902
feat: improved port selection
2025-05-04 01:32:01 +08:00
yusing
cd4c843025
feat: light/dark variant icons and selfh.st tag as default category
...
- code refactor
- reduce memory usage
2025-05-02 03:38:50 +08:00
yusing
7aa1215491
refactor: rename Deserialize to MapUnmarshalValidate
2025-04-29 07:26:14 +08:00
yusing
ce4bf2f646
fix(idlewatcher): not started for docker containers
2025-04-28 23:54:13 +08:00
yusing
8da63daf02
refactor: simplify and remove duplicated code for icon caching
2025-04-28 11:22:49 +08:00
yusing
27409abc24
fix: missing proxmox initialization
2025-04-28 05:08:14 +08:00
yusing
21c9e46274
fix: remove redundant event logging
2025-04-28 05:03:17 +08:00
yusing
89d93dd878
chore: better error message
2025-04-28 00:48:20 +08:00
yusing
e4be403bef
fix(agent): reduce the size of agent binary by modules separation
2025-04-26 05:22:40 +08:00
yusing
604e2481a6
fix(fileserver): being excluded
2025-04-26 01:45:47 +08:00
yusing
3947152336
fix: uptime metrics
2025-04-25 11:26:24 +08:00
yusing
b427ff1f88
feat(acl): connection level ip/geo blocking
...
- fixed access log logic
- implement acl at connection level
- acl logging
- ip/cidr blocking
- geoblocking with MaxMind database
2025-04-25 10:47:52 +08:00
yusing
e513db62b0
refactor: move accesslog to logging/accesslog
2025-04-25 08:37:39 +08:00
yusing
2f33ee02d9
chore: replace gopkg.in/yaml.v3 with goccy/go-yaml
2025-04-25 08:36:54 +08:00
yusing
8363dfe257
fix: json marshal/unmarshal
2025-04-25 08:25:37 +08:00
yusing
080bbc18eb
chore: completely drop prometheus support
2025-04-24 20:02:07 +08:00
yusing
e8d1d524b9
fix: missing route handler iniitialization
2025-04-24 16:11:55 +08:00
yusing
5df2553774
merge: better favicon handling
2025-04-24 15:34:47 +08:00
yusing
31812430f1
merge: access log rotation and enhancements
2025-04-24 15:29:18 +08:00
yusing
663a107c06
merge: main branch
2025-04-24 15:02:31 +08:00
yusing
d60688c66f
fix(route): error not being returned
2025-04-22 09:18:25 +08:00
yusing
23482da259
fix(route): panic on middleware error
2025-04-22 07:18:51 +08:00
yusing
366c89164f
chore: remove prometheus router metrics and related initialization code
2025-03-29 02:59:40 +08:00
yusing
36f13c61bb
test: add tests for route validation scenarios
2025-03-29 02:59:40 +08:00
yusing
c8935102c3
feat: add validation for localhost routes to prevent usage of godoxy port causing self recursion
2025-03-29 02:59:40 +08:00
yusing
232f720e77
refactor: use stretchr/testify, replace ExpectBytesEqual and ExpectDeepEqual with ExpectEqual in tests
2025-03-28 08:45:06 +08:00
yusing
7ef8354eb0
feat: enhance route handling with agent support and refactor port selection mapping
2025-03-28 08:14:06 +08:00
yusing
95fe294f7d
feat: add AgentProvider implementation and integrate with provider types
2025-03-28 08:14:06 +08:00
yusing
c6f65ba69f
feat: agent as docker provider, drop / reload routes when docker connection state changed, refactor
2025-03-28 08:14:06 +08:00
yusing
2e8248cd5b
fix: race condition in health monitor
2025-03-28 08:14:06 +08:00
yusing
361931ed96
refactor: rename module 'err' to 'gperr' in references
2025-03-28 07:39:26 +08:00
yusing
f6dc432419
refactor: fix code formatting and return flow
2025-03-01 15:50:50 +08:00
yusing
05cbf99237
trim and convert alias and host to lowercase
2025-02-18 02:32:31 +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
yusing
136a2ec89f
remove some debug logging
2025-02-07 01:08:42 +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
yusing
af7c59b5c2
add tests for rules.on
2025-02-06 05:50:03 +08:00
yusing
693bf68864
rules: updated help message, make values optional, fixes tests
2025-02-06 05:13:47 +08:00
yusing
43fce6e739
fix two tests
2025-02-01 14:41:22 +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
e3e3f1dfdc
fixed some tests
2025-01-29 09:40:37 +08:00
yusing
60f83bb7bf
rules: remove the requirement of "path must start with /"
2025-01-29 08:57:42 +08:00
yusing
1586610a44
Cleaned up some validation code, stricter validation
2025-01-26 14:43:48 +08:00
yusing
648fd23a57
feat: oidc support OIDC_LOGOUT_URL
2025-01-24 00:34:50 +08:00
yusing
37a166731d
fixes some tests
2025-01-23 05:24:13 +08:00
yusing
f7eb80a6ea
fix dashboard filter not working for edited apps
2025-01-23 04:29:39 +08:00
yusing
79f40f3d22
implement icon cache expiry, cleanup code and upgrade deps
2025-01-23 04:16:06 +08:00