Master

Possible configuration of the go-home master server.

system: go-home provider: master introduced in v0.1

Configuration options

Param Required Type Default Description
port port 8080 Port where go-home master is exposed
delayedStart int 0 Delay in seconds which allows master to wait before all workers will come online. This helps to prevent unnecessary devices-reloads upon system start
units string imperial metric or imperial system to use for devices
timezone string Local IANA Time Zone name to use. If you run a k8s cluster it’s better to have it configured, otherwise it defaults to UTC

Example

system: go-home
provider: master
port: 8000
timezone: America/Los_Angeles