Feature-Public address

In version 3.10.0, we managed to make CRON URL setting a bit more ‘user-friendly’.
From now on, there is a new setting called Public Address.
Modal will look like this:


By default (clean install) this value is empty and you need to put the correct URL there.
If you are changing URL (adding certificate, migration to aws etc.), you have to change the public address here and you also have the option to test if eramba is getting the correct response, to avoid saving incorrect value and block yourself from accessing eramba.
In case everything goes wrong, we have a safety net in form of the cake command:

  • to get into default (empty) state: bin/cake settings set PUBLIC_ADDRESS NULL
  • to insert URL directly: bin/cake settings set PUBLIC_ADDRESS https://yourerambadomain.com
1 Like