Open hedss opened 5 years ago
@hedss did similar changes occur to VPN and registry?
BTW, to handle this, we'll need to:
@dfunckt Yes, if you look at https://github.com/balena-io/open-balena-base/pull/62/files you'll see the list of altered HOST names. Each component was changed to rename them from RESIN to BALENA at the time.
Most
HOST
variables have changed in name in the closed API, (eg.VPN_HOST
is nowBALENA_VPN_HOST
, etc.). We should alter the open API to follow these changes.