Installing and configuring Nightscout in the fly.io

@Jackpol you need to create those variables with fly secrets set so that the env variables are created on your VM at runtime.

fly secrets set ALARM_HIGH="ON"
fly secrets set ALARM_LOW="ON"

See:

1 Like