github Ride-The-Lightning/RTL v0.6.4
Release v0.6.4-beta-Config-file-refactor

latest releases: v0.15.0, v0.14.1, v0.14.0...
4 years ago

The RTL configuration file has been reworked to simplify the design and reduce the configuration combinations which were supported earlier.

  1. Single and multi node config files consolidated to RTL-config.json. When the server is started, a migration process will migrate the configuration from single/multi node config (RTL.conf/RTL-Multi-Node-Conf.json) and create a new merged config file named RTL-config.json. Old config files will NOT be deleted for reference, but will not be used by the application.

  2. Environment variable RTL_CONFIG_PATH is not full path anymore, It is only the path for the folder containing RTL-Config.json file, excluding the file name.

  3. nodeAuthType value as DEFAULT is not supported any more. nodeAuthType config is not required to be specified anymore. Only supported value for that parameter is CUSTOM, when the value of SSO flag is 0.

  4. A new password management feature has been added in the settings menu, to allow the user to change the application access password from within the application. This feature will not be available for the SSO users.

  5. With the fresh installation, RTL-config.json will be generated with a default password as password. The application will take the user to change password page, every time user logs in with password as password.

Bug fixes:

  • QR code layout issue
  • Sub-sat invoice handled
  • Backup folder location error

PGP Key: https://keybase.io/suheb

Download the release and signature:

wget https://github.com/Ride-The-Lightning/RTL/archive/v0.6.4.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.6.4/v0.6.4.tar.gz.asc

Verify the release:

gpg --verify v0.6.4.tar.gz.asc v0.6.4.tar.gz
gpg: Signature made Wed 29 Jan 2020 06:54:00 PM EST
gpg:                using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "Suheb (approves) <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 3E9B D443 6C28 8039 CA82  7A92 00C9 E2BC 2E45 666F

Don't miss a new RTL release

NewReleases is sending notifications on new releases.