Go应用软件
Go工作流引擎
- https://github.com/lanyulei/ferry
FRP软件
https://github.com/snowdreamtech/frp
docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:alpine
APM for Go
- https://github.com/SigNoz/signoz
基于 ClickHouse 的APM日志分析系统
- https://github.com/uptrace/uptrace
Uptrace 像一个开放标准的“数据中心”,擅长让你系统地“探索”系统;
基于 ClickHouse 的以开发者为先的错误跟踪和性能监控
- https://github.com/getsentry/sentry
Sentry 像一个敏锐的“报警中心”,擅长主动“报告”问题并给出诊断详情。
gio
- https://gioui.org/
fyne
- https://github.com/fyne-io/fyne
duf 磁盘命令
- https://github.com/muesli/duf
文件传输工具
- https://github.com/Jacalz/rymdport
终端工具
- https://github.com/charmbracelet/bubbletea
Go 绑定 C and C++
- https://github.com/zacg/simplelib
minio替代
- https://github.com/rustfs/rustfs
- https://dl.minio.org.cn/server/minio/release/linux-amd64/archive/
minio安装
docker pull minio/minio:RELEASE.2025-04-22T22-12-26Z
docker run -p 9000:9000 -p 9001:9001 --name minio-ai -e MINIO_ROOT_USER=root -e MINIO_ROOT_PASSWORD=root123456 -v /data:/data minio/minio server /data --console-address :9001 -address :9000
minio 替代
Garage 是一套适合“自己搭、小团队用、多节点部署”的 S3 存储系统。
- 官网:https://garagehq.deuxfleurs.fr仓库
- (自托管):https://git.deuxfleurs.fr/Deuxfleurs/garage