mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 14:23:33 +01:00
[PR #77] [CLOSED] Feat/godoxy agent #158
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/77
Author: @yusing
Created: 3/20/2025
Status: ❌ Closed
Base:
main← Head:feat/godoxy-agent📝 Commits (10+)
ecb89f8update files for agent, deps upgradeeaf191eimplement godoxy-agent0a7b28crefactor and remove unused codea59ad97Fix dockerfile and makefile58ea975Update next-release9120bbechange default agent name to hostname73e2660agent: add system-info endpoint2c57e43fixed a few stuff3332ce3simplify setup processe1ee083api: added network and sensors system info📊 Changes
289 files changed (+8005 additions, -3273 deletions)
View changed files
📝
.env.example(+9 -0)➕
.github/workflows/agent-binary.yml(+51 -0)➕
.github/workflows/docker-image-nightly.yml(+23 -0)➕
.github/workflows/docker-image-prod.yml(+20 -0)📝
.github/workflows/docker-image.yml(+158 -121)📝
.gitignore(+6 -1)📝
.trunk/trunk.yaml(+2 -3)📝
.vscode/settings.example.json(+2 -2)📝
Dockerfile(+22 -24)📝
Makefile(+31 -29)📝
README.md(+79 -42)📝
README_CHT.md(+27 -27)➕
agent/cmd/main.go(+54 -0)➕
agent/pkg/agent/bare_metal.go(+24 -0)➕
agent/pkg/agent/config.go(+185 -0)➕
agent/pkg/agent/docker_compose.go(+27 -0)➕
agent/pkg/agent/env.go(+17 -0)➕
agent/pkg/agent/new_agent.go(+139 -0)➕
agent/pkg/agent/new_agent_test.go(+91 -0)➕
agent/pkg/agent/requests.go(+49 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.