Remotely modify config.json for fleet from balena dashboard

I’m wondering if it’s possible to modify the config.json remotely for a fleet of devices for a given app.

In this case, I’d like to modify the the ntpServers config.

Currently, I’m taking each device’s SD card and using the CLI:
sudo balena config write -t raspberrypi3 ntpServers "time.apple.com time.google.com"

Is there a way to do this remotely?

Cheers,
Will

Hey @wlisac, its currently not possible but we have some plans to over it via the supervisor API (https://github.com/balena-io/balena-supervisor/issues/642) and possible as an env var. cc @CameronDiver who is gonna work on this in the near future

1 Like