mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Migrate remaining URLs to fleetdm.com (#116)
This commit is contained in:
parent
9ff16a370c
commit
6f6464f206
@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [Contact Email Address](https://kolide.com/contact). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by [contacting the Fleet team](hello@fleetdm.com). The team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
|
||||
|
||||
|
@ -9,5 +9,5 @@ When filing an issue, make sure to answer these five questions:
|
||||
5. What happened instead?
|
||||
|
||||
Sensitive security-related issues should be reported to
|
||||
[security@kolide.co](mailto:security@kolide.co) before a public issue is made.
|
||||
[security@fleetdm.com](mailto:security@fleetdm.com) before a public issue is made.
|
||||
|
||||
|
@ -6,8 +6,8 @@ import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
"github.com/fleetdm/fleet/server/config"
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
@ -42,7 +42,7 @@ func createRootCmd() *cobra.Command {
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "fleet",
|
||||
Short: "osquery management and orchestration",
|
||||
Long: `Kolide Fleet (https://kolide.com/fleet)
|
||||
Long: `Fleet server (https://fleetdm.com)
|
||||
|
||||
Configurable Options:
|
||||
|
||||
|
@ -19,7 +19,7 @@ func init() {
|
||||
func main() {
|
||||
app := cli.NewApp()
|
||||
app.Name = "fleetctl"
|
||||
app.Usage = "CLI for operating Kolide Fleet"
|
||||
app.Usage = "CLI for operating Fleet"
|
||||
app.Version = version.Version().Version
|
||||
cli.VersionPrinter = func(c *cli.Context) {
|
||||
version.PrintFull()
|
||||
|
@ -10,7 +10,7 @@ To get the most out of running the Fleet server, it is helpful to establish a mu
|
||||
Your Fleet server's two main purposes are:
|
||||
|
||||
- To serve as your [osquery TLS server](https://osquery.readthedocs.io/en/stable/deployment/remote/)
|
||||
- To serve the [Fleet web application](https://kolide.com/fleet), which allows you to manage osquery configuration, query hosts, perform interesting analytics, etc.
|
||||
- To serve the Fleet web UI, which allows you to manage osquery configuration, query hosts, etc.
|
||||
|
||||
The Fleet server allows you persist configuration, manage users, etc. Thus, it needs a database. Fleet uses MySQL and requires you to supply configurations to connect to a MySQL server. Fleet also uses Redis to perform some more high-speed data access action throughout the lifecycle of the application (for example, distributed query result ingestion). Thus, Fleet also requires that you supply Redis connention configurations.
|
||||
|
||||
|
@ -70,7 +70,7 @@
|
||||
<a href="https://github.com/fleetdm/fleet/tree/master/docs" style="color: #fff; text-decoration: none;">Fleet Documentation</a>
|
||||
</td>
|
||||
<td valign="middle" align="right" style="padding:10px 20px; font-family: 'Nunito Sans', sans-serif;">
|
||||
<a href="https://kolide.com" style="text-decoration: none;"><img src="{{.AssetURL}}/assets/images/fleet-logo-text-all-white@2x.png?raw=true" width="122" height="33" /></a>
|
||||
<a href="https://fleetdm.com" style="text-decoration: none;"><img src="{{.AssetURL}}/assets/images/fleet-logo-text-all-white@2x.png?raw=true" width="122" height="33" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -74,7 +74,7 @@
|
||||
<a href="https://github.com/fleetdm/fleet/tree/master/docs" style="color: #fff; text-decoration: none;">Fleet Documentation</a>
|
||||
</td>
|
||||
<td valign="middle" align="right" style="padding:10px 20px; font-family: 'Nunito Sans', sans-serif;">
|
||||
<a href="https://kolide.com" style="text-decoration: none;"><img src="{{.AssetURL}}/assets/images/fleet-logo-text-all-white@2x.png?raw=true" width="122" height="33" /></a>
|
||||
<a href="https://fleetdm.com" style="text-decoration: none;"><img src="{{.AssetURL}}/assets/images/fleet-logo-text-all-white@2x.png?raw=true" width="122" height="33" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -64,7 +64,7 @@
|
||||
<a href="https://github.com/fleetdm/fleet/tree/master/docs" style="color: #fff; text-decoration: none;">Fleet Documentation</a>
|
||||
</td>
|
||||
<td valign="middle" align="right" style="padding:10px 20px; font-family: 'Nunito Sans', sans-serif;">
|
||||
<a href="https://kolide.com" style="text-decoration: none;"><img src="{{.AssetURL}}/assets/images/fleet-logo-text-all-white@2x.png?raw=true" width="122" height="33" /></a>
|
||||
<a href="https://fleetdm.com" style="text-decoration: none;"><img src="{{.AssetURL}}/assets/images/fleet-logo-text-all-white@2x.png?raw=true" width="122" height="33" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -62,7 +62,7 @@
|
||||
<a href="https://github.com/fleetdm/fleet/tree/master/docs" style="color: #fff; text-decoration: none;">Fleet Documentation</a>
|
||||
</td>
|
||||
<td valign="middle" align="right" style="padding:10px 20px; font-family: 'Nunito Sans', sans-serif;">
|
||||
<a href="https://kolide.com" style="text-decoration: none;"><img src="{{.AssetURL}}/assets/images/fleet-logo-text-all-white@2x.png?raw=true" width="122" height="33" /></a>
|
||||
<a href="https://fleetdm.com" style="text-decoration: none;"><img src="{{.AssetURL}}/assets/images/fleet-logo-text-all-white@2x.png?raw=true" width="122" height="33" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user