From a50d7dd4086d22360c8438f5adf3066f4f8aa6f8 Mon Sep 17 00:00:00 2001 From: Tim Kern Date: Tue, 16 Aug 2022 03:09:54 -0500 Subject: [PATCH] Added Fleet device management (#4377) Placed under devops tools. pkg.go.dev page- https://pkg.go.dev/github.com/fleetdm/fleet/v4 Go report card- https://goreportcard.com/report/github.com/fleetdm/fleet Code coverage report- https://app.codecov.io/gh/fleetdm/fleet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b270f399..5a62d890 100644 --- a/README.md +++ b/README.md @@ -3028,6 +3028,7 @@ _Software written in Go._ - [Dropship](https://github.com/chrismckenzie/dropship) - Tool for deploying code via cdn. - [easyssh-proxy](https://github.com/appleboy/easyssh-proxy) - Golang package for easy remote execution through SSH and SCP downloading via `ProxyCommand`. - [fac](https://github.com/mkchoi212/fac) - Command-line user interface to fix git merge conflicts. +- [Fleet device management](https://github.com/fleetdm/fleet) - Lightweight, programmable telemetry for servers and workstations. - [gaia](https://github.com/gaia-pipeline/gaia) - Build powerful pipelines in any programming language. - [ghorg](https://github.com/gabrie30/ghorg) - Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Gitea, and Bitbucket. - [Gitea](https://github.com/go-gitea/gitea) - Fork of Gogs, entirely community driven.