github blindsidenetworks/scalelite v1.2-beta.1

latest releases: v1.6.1, v1.6.0, v1.6.0-alpha.1...
pre-release3 years ago

Release notes - Scalelite - Version 1.2-beta.1

New Feature

  • SL- 78: Protected recordings feature
  • SL-194: Add nginx conf for systemd

Notes

This release requires to run migrations

docker exec -t scalelite-api bundle exec rake db:migrate

There are a few new environment variables:

RECORDING_PLAYBACK_FORMATS: Recording playback formats supported by Scalelite, defaults to presentation:video:podcast:notes:capture.

PROTECTED_RECORDINGS_ENABLED: Applies to the recording import process. If set to "true", then newly imported recordings will have protected links enabled. Default is "false".

PROTECTED_RECORDINGS_TOKEN_TIMEOUT: Protected recording link token timeout in minutes. This is the amount of time that the one-time-use link returned in getRecordings calls will be valid for. Defaults to 60 minutes (1 hour).

PROTECTED_RECORDINGS_TIMEOUT: Protected recordings resource access cookie timeout in minutes. This is the amount of time that a user will be granted access to view a recording for after clicking on the one-time-use link. Defaults to 360 minutes (6 hours).

Don't miss a new scalelite release

NewReleases is sending notifications on new releases.