Yuzerion
80bc018a7f
feat: custom json marshaling implementation, replace json and yaml library ( #89 )
...
* chore: replace gopkg.in/yaml.v3 vs goccy/go-yaml; replace encoding/json with bytedance/sonic
* fix: yaml unmarshal panic
* feat: custom json marshaler implementation
* chore: fix import and err marshal handling
---------
Co-authored-by: yusing <yusing@6uo.me>
2025-04-16 15:02:11 +08:00
Yuzerion
57292f0fe8
feat: proxmox idlewatcher ( #88 )
...
* feat: idle sleep for proxmox LXCs
* refactor: replace deprecated docker api types
* chore(api): remove debug task list endpoint
* refactor: move servemux to gphttp/servemux; favicon.go to v1/favicon
* refactor: introduce Pool interface, move agent_pool to agent module
* refactor: simplify api code
* feat: introduce debug api
* refactor: remove net.URL and net.CIDR types, improved unmarshal handling
* chore: update Makefile for debug build tag, update README
* chore: add gperr.Unwrap method
* feat: relative time and duration formatting
* chore: add ROOT_DIR environment variable, refactor
* migration: move homepage override and icon cache to $BASE_DIR/data, add migration code
* fix: nil dereference on marshalling service health
* fix: wait for route deletion
* chore: enhance tasks debuggability
* feat: stdout access logger and MultiWriter
* fix(agent): remove agent properly on verify error
* fix(metrics): disk exclusion logic and added corresponding tests
* chore: update schema and prettify, fix package.json and Makefile
* fix: I/O buffer not being shrunk before putting back to pool
* feat: enhanced error handling module
* chore: deps upgrade
* feat: better value formatting and handling
---------
Co-authored-by: yusing <yusing@6uo.me>
2025-04-16 14:52:33 +08:00
Yuzerion
88f3a95b61
chore: add migrations directory to Dockerfile
2025-04-16 12:56:17 +08:00
yusing
65c063a838
feat: enhance setup script with authentication options and DNS provider selection, fix not setting api user correctly
2025-04-11 10:02:00 +08:00
yusing
a2c9e47557
chore: add GODOXY_API_JWT_SECURE to .env.example
2025-04-11 07:44:40 +08:00
yusing
1380b58141
fix: nil dereference in docker health checker
2025-04-11 03:23:29 +08:00
yusing
d1524c1013
fix display url of file server rouie, refactor
2025-04-10 06:17:16 +08:00
yusing
3cd9e47fd0
refactor: make lock in error Builder optional
2025-04-10 06:08:37 +08:00
yusing
e3699b406c
fix: error formatting
2025-04-10 06:06:44 +08:00
yusing
6a5d324733
refactor: move favicon into homepage module
2025-04-10 06:04:14 +08:00
yusing
fb075a24d7
refactor: simplify health monitor code
2025-04-10 05:03:01 +08:00
yusing
5d2b700cb2
chore: reduce memory usage of docker container info
2025-04-10 04:56:50 +08:00
yusing
49ee9c908a
chore: better error formatting
2025-04-10 04:52:44 +08:00
yusing
658332005d
chore: deps upgrade
2025-04-10 00:53:28 +08:00
yusing
1e8cb04b7c
chore: moved demo link below toc, added zeabur badge
2025-04-10 00:29:58 +08:00
yusing
1c892a35f7
fix(route): wildcard labels not applied properly
2025-04-09 16:26:09 +08:00
yusing
de2383eed7
chore: add demo site to README, remove commented badges
2025-04-09 00:42:02 +08:00
yusing
c59567ae8f
refactor: rename module route/types to route
2025-04-08 05:04:49 +08:00
yusing
8ed63fe4b0
refactor: rename module config/types from "types" to "config"
2025-04-07 13:33:28 +08:00
yusing
111d767d46
chore(prometheus): drop service health metrics
2025-04-07 12:51:20 +08:00
yusing
5da9dd6082
refactor: move docker/idlewatcher to idlewatcher
2025-04-06 04:05:26 +08:00
yusing
edb4b59254
fix: Makefile
2025-04-05 14:29:12 +08:00
yusing
e823172c31
fix: correct error formatting for error builder
2025-04-05 14:19:59 +08:00
yusing
4d030d2e16
refactor(gperr): simplify JSON marshaling in withSubject by using slices package for cloning and reversing subjects
2025-04-05 14:05:32 +08:00
yusing
fb217cf80e
feat(config): initialize agents in parallel, speed up config loading
2025-04-05 14:04:11 +08:00
yusing
3689e72eff
refactor(provider): rename route/provider/types to provider
2025-04-05 13:42:20 +08:00
yusing
26bea0d21d
fix(tests): fix tests for gperr module by stripping ANSI color codes from error messages
2025-04-05 13:31:53 +08:00
yusing
9a5553a5b8
refactor(provider): simplify provider initializations, initialize watcher only when needed
2025-04-05 13:31:09 +08:00
yusing
df24acb4af
feat(config): add implement file provider validation tests
2025-04-05 13:30:54 +08:00
yusing
b53dd17b84
refactor(config): enhance provider conflict error messages, streamline provider loading, and improve validation for config files, rename provider.GetType() to Type()
2025-04-05 13:30:24 +08:00
yusing
73a5c57d67
refactor(agent): update logging message format in agent initialization, rename Start* to Init*
2025-04-05 12:00:52 +08:00
yusing
253e06923d
refactor: rename Deserialize* to UnmarshalValidate*
2025-04-05 11:58:11 +08:00
yusing
2c0d58f692
refactor: move config reload error logging to separate method
2025-04-04 03:51:09 +08:00
yusing
864a43266d
refactor: simplify JSON marshaling in withSubject by using a map
2025-04-04 00:50:17 +08:00
yusing
477ddb6241
refactor: remove unused code
2025-04-04 00:47:36 +08:00
yusing
fdac2853af
chore: update set/map parallel logic
2025-04-04 00:46:24 +08:00
Yuzerion
8e37627371
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-04 00:18:15 +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
yusing
8d9aef3cd5
fix: improve install-agent.sh script with better error handling, support for arm64 architecture
2025-03-29 16:26:08 +08:00
yusing
b5b4f0453a
chore: remove unused AgentRegistrationPort environment variable from env.go
2025-03-29 16:10:33 +08:00
yusing
8ca6ac2752
fix: correct service section header in install-agent.sh
2025-03-29 15:47:29 +08:00
yusing
27f7e08e18
build trigger
2025-03-29 15:38:33 +08:00
yusing
f3e08dc9ea
chore: remove outdated note about ongoing feature branch from README
2025-03-29 10:07:16 +08:00
yusing
e3797ea96b
fix: update permissions in agent-binary workflow to allow write access for contents
2025-03-29 09:36:56 +08:00
yusing
146e7781be
fix: limit redirect count when parsing html for favicon, fix url sanitize method
2025-03-29 09:35:12 +08:00
yusing
d2e2086540
fix: loading_page html
2025-03-29 08:21:26 +08:00