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
This commit is contained in:
Tim Kern 2022-08-16 03:09:54 -05:00 committed by GitHub
parent 1a8a7766e5
commit a50d7dd408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3028,6 +3028,7 @@ _Software written in Go._
- [Dropship](https://github.com/chrismckenzie/dropship) - Tool for deploying code via cdn. - [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`. - [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. - [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. - [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. - [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. - [Gitea](https://github.com/go-gitea/gitea) - Fork of Gogs, entirely community driven.