mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 14:23:33 +01:00
[PR #88] [MERGED] feat: proxmox idlewatcher #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/yusing/godoxy/pull/88
Author: @yusing
Created: 4/16/2025
Status: ✅ Merged
Merged: 4/16/2025
Merged by: @yusing
Base:
main← Head:feat/proxmox-idlewatcher📝 Commits (10+)
0d859ccrefactor: replace deprecated docker api types2b44ac5chore(api): remove debug task list endpoint12a63a6refactor: move servemux to gphttp/servemux90214ffrefactor: introduce Pool interface, move agent_pool to agent modulefdbf1adrefactor: simplify api code1eac48efeat: debug apifce96ffrefactor: remove net.URL and net.CIDR types, improved unmarshal handlinga478dabchore: update Makefile for debug build tag8c6fe38chore: update READMEbe87d47chore: add gperr.Unwrap method📊 Changes
174 files changed (+4119 additions, -2083 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Dockerfile(+2 -1)📝
Makefile(+9 -41)📝
README.md(+15 -18)📝
README_CHT.md(+7 -5)➕
agent/pkg/agent/agents.go(+16 -0)📝
agent/pkg/agent/config.go(+13 -13)📝
agent/pkg/certs/zip.go(+1 -1)📝
agent/pkg/handler/check_health.go(+4 -5)📝
agent/pkg/handler/docker_socket.go(+2 -3)📝
agent/pkg/handler/proxy_http.go(+2 -3)📝
cmd/main.go(+7 -0)📝
cmd/pprof_production.go(+1 -1)📝
go.mod(+5 -3)📝
go.sum(+6 -6)📝
internal/api/handler.go(+4 -51)📝
internal/api/v1/agents.go(+2 -12)📝
internal/api/v1/config_file.go(+3 -3)➕
internal/api/v1/debug/handler.go(+75 -0)➕
internal/api/v1/debug/handler_production.go(+11 -0)...and 80 more files
📄 Description
Provides idle sleep functionality for proxmox LXCs
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.