Skip to content

Releases: iwvw/API-Monitor

Release v0.1.4

25 Jan 05:09
4f8fafd

Choose a tag to compare

🚀 v0.1.4 更新内容

📝 提交记录

✨ 新功能 (feat)

  • feat: 2FA 系统全方位重塑 V4 & 刷新免验证优化 (f216ad0)

🐛 修复 (fix)

📚 文档 (docs)

🔧 其他


📦 Docker 镜像

# 从 GitHub Container Registry 拉取
docker pull ghcr.io/iwvw/api-monitor:v0.1.4

# 从 Docker Hub 拉取
docker pull iwvw/api-monitor:v0.1.4

What's Changed

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

08 Jan 06:02

Choose a tag to compare

API Monitor Agent v0.1.3

下载

平台 架构 文件
Linux amd64 agent-linux-amd64
Linux arm64 agent-linux-arm64
Windows amd64 agent-windows-amd64.exe
macOS amd64 agent-darwin-amd64
macOS arm64 agent-darwin-arm64

使用方法

# 下载
wget https://github.com/iwvw/API-Monitor/releases/download/v0.1.3/agent-linux-amd64
chmod +x agent-linux-amd64

# 运行
./agent-linux-amd64 --id <SERVER_ID> -k <AGENT_KEY> -s <SERVER_URL>

v0.1.2

27 Dec 10:29

Choose a tag to compare

API Monitor Agent vv0.1.2

下载

平台 架构 文件
Linux amd64 agent-linux-amd64
Linux arm64 agent-linux-arm64
Windows amd64 agent-windows-amd64.exe
macOS amd64 agent-darwin-amd64
macOS arm64 agent-darwin-arm64

使用方法

# 下载
wget https://github.com/iwvw/API-Monitor/releases/download/v0.1.2/agent-linux-amd64
chmod +x agent-linux-amd64

# 运行
./agent-linux-amd64 --id <SERVER_ID> -k <AGENT_KEY> -s <SERVER_URL>

Full Changelog: https://github.com/iwvw/API-Monitor/commits/v0.1.2