mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update FAQ.md (#7480)
This commit is contained in:
parent
61b5f9849f
commit
b1fcc11b48
1 changed files with 8 additions and 0 deletions
|
|
@ -593,6 +593,14 @@ Check out the [documentation on running database migrations](../Deploying/Upgrad
|
|||
|
||||
If you would like to manage hosts that can travel outside your VPN or intranet we recommend only exposing the "/api/v1/osquery" endpoint to the public internet.
|
||||
|
||||
If you would like to use the Fleet CLI from outside of your network, the following endpoints will also need to be exposed for `fleetctl`:
|
||||
|
||||
- /api/setup
|
||||
- /api/v1/setup
|
||||
- /api/osquery/*
|
||||
- /api/latest/fleet/*
|
||||
- /api/v1/fleet/*
|
||||
|
||||
### What is the minimum version of MySQL required by Fleet?
|
||||
|
||||
Fleet requires at least MySQL version 5.7.
|
||||
|
|
|
|||
Loading…
Reference in a new issue