yusing
9e4aa32120
deps: remove problematic sonic json library
2025-04-25 19:09:27 +08:00
yusing
759995972d
docs: update README and config example for v0.11.0
2025-04-25 14:24:28 +08:00
yusing
03401488f6
chore(idlesleep): increase wake/sleep timeout to 3 minutes
2025-04-25 13:36:04 +08:00
yusing
1e790be70c
chore: change ACL iso field to country
2025-04-25 13:25:45 +08:00
yusing
4410637f8b
feat(autocert): added all available lego supported dns providers
2025-04-25 12:32:02 +08:00
yusing
3947152336
fix: uptime metrics
2025-04-25 11:26:24 +08:00
yusing
af8d2c74f6
revert(oidc): api breaking changes
2025-04-25 11:10:21 +08:00
yusing
e107f8d476
doc: checkout README from main
2025-04-25 10:49:05 +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
59490dcac0
refactor: move mock time to utils
2025-04-25 08:26:00 +08:00
yusing
5afa93a8f1
fix: json data not being loaded from disk correctly, logging
2025-04-25 08:26:00 +08:00
yusing
c8e9ed8440
fix: fatal and panic does not terminate the program
2025-04-25 08:26:00 +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
1a0edc8bfe
chore: deps upgrade
2025-04-24 16:39:05 +08:00
yusing
e8d1d524b9
fix: missing route handler iniitialization
2025-04-24 16:11:55 +08:00
yusing
edada22ac0
fix: tests
2025-04-24 15:45:34 +08:00
Yuzerion
76fb0cfdbb
Feat/http3 ( #84 )
...
* chore(deps): update go-playground/validator to v10.26.0
* chore(deps): update Go version to 1.24.2 and dependencies, reorganize dependencies into categorized sections
* chore(deps): update Go version to 1.24.2 in Dockerfile
* refactor(agent): replace deprecated context import with standard context package
* feat(http3): add HTTP/3 support and refactor server handling code into utility functions
---------
Co-authored-by: yusing <yusing@6uo.me>
2025-04-24 15:37:12 +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
d668b03175
fix: tests
2025-04-24 15:09:46 +08:00
yusing
663a107c06
merge: main branch
2025-04-24 15:02:31 +08:00
yusing
806184e98b
fix: redirectHTTP middleware redirect loop when behind another proxy
2025-04-24 09:27:10 +08:00
yusing
08ee82d7b0
fix(docker): docker clients not being cached correctly
2025-04-24 06:29:19 +08:00
yusing
bcc19167d4
feat: enhanced string utilities
...
- relative time formatting
- better relative duration formatting
2025-04-24 06:27:32 +08:00
yusing
858f65ee5a
fix: update code for error handling changes, remove unused code
2025-04-24 06:24:28 +08:00
yusing
43566bbcfd
feat: enhanced error handling library
2025-04-24 06:19:22 +08:00
yusing
ec8cca1245
feat: trie implementation
2025-04-24 05:56:03 +08:00
yusing
4a65de99a8
refactor: unify json load/saving with jsonstore
2025-04-24 05:49:32 +08:00
yusing
7461344004
fix: json store marshaling, api handler
...
- code clean up
- uncomment and simplify api auth handler
- fix redirect url for frontend
- proper redirect
2025-04-24 04:47:42 +08:00
yusing
b815c6fd69
feat(oidc): support token refreshing via offline_access scope
...
- refactored code
- moved api/v1/auth to auth/
- security enhancement
- env example update
- default jwt ttl changed to 24 hours
2025-04-23 17:50:22 +08:00
yusing
28c9a2e9d0
chore(oidc): remove debug logging
2025-04-23 02:02:17 +08:00
yusing
9e0bdd964c
fix(oidc): rewrite login flow, fixed end_session_url retrieval and redirect issue
2025-04-22 19:29:19 +08:00
yusing
077641beaa
refactor(oidc): simplify exchange method
2025-04-22 19:29:19 +08:00
yusing
ef483403da
security: drop service headers
2025-04-22 19:28:58 +08:00
yusing
0a8aa2b215
fix(oidc): use XFH header from backend for cookie domain
2025-04-22 09:57:44 +08:00
yusing
5a984f5c0c
chore: remove unused debugging printing
2025-04-22 09:54:19 +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
62776229cb
refactor(oidc): simplify initiialization flow, replace go-oidc with own forked version
2025-04-22 04:14:40 +08:00
yusing
36fab0cd50
fix(oidc): simplify and fix oidc middleware url handling
2025-04-22 03:55:43 +08:00
yusing
8f03662982
chore: upgrade go to 1.24.2 and dependencies
2025-04-22 03:21:42 +08:00
yusing
aad44031c4
chore: add rule files and debug dir to .gitignore
2025-04-22 03:19:05 +08:00
yusing
51813e6030
refactor(agent): replace deprecated context import with standard context package
2025-04-02 15:31:50 +08:00
yusing
f661907268
refactor(agent): streamline certificate and server handling in StartAgentServer function
2025-03-29 16:44:23 +08:00
yusing
be85633c32
fix(agent): fix agent host validatation and improve file path handling
2025-03-29 16:44:16 +08:00
yusing
392946fe33
fix(agent): fix generating incorrect cert values for shell command
2025-03-29 16:27:25 +08:00
yusing
671024965f
fix(agent): initialize logger and start system info polling in main.go
2025-03-29 16:26:37 +08:00