Adam Connor
06/14/2022, 12:38 PM// Server
man.addConfigString("server.address", "0.0.0.0:8080",
"Fleet server address (host:port)")
Lines 438> from here-
https://github.com/fleetdm/fleet/blob/main/server/config/config.goMystery Incorporated
06/14/2022, 2:25 PMserver:
address: 127.0.0.1:443
for examplezwass
FLEET_SERVER_ADDRESS
. See https://fleetdm.com/docs/deploying/configuration for more about configuring Fleet.~/.fleet/config
is for fleetctl
. That is the CLI client for interacting with the Fleet server. Typically you would install that on your workstation and use it to interact with Fleet.Adam Connor
06/14/2022, 11:51 PMzwass
fleet serve
command (https://fleetdm.com/docs/deploying/configuration#using-a-yaml-config-file). Like fleet serve --config /etc/fleet.yml
Adam Connor
06/15/2022, 12:05 AMzwass