Upgrading to 0.5.0

Legacy guide for upgrading an older Feedbacky version.

circle-info

Legacy

This section is intended to provide support for those who are upgrading older Feedbacky instances and can be skipped for new installations (1.0.0-RC.0 and up).

circle-exclamation

Notes

Added

+ A new variable was added and must be present in your .env file in order for Feedbacky to work;

Type: boolean

If enabled, your board users will be able to comment on ideas that are closed.

SETTINGS_ALLOW_COMMENTING_CLOSED_IDEAS=false

Changed

! An existing variable in your .env file can be edited;

Type: string

Sets the avatar of your board users, add the value below if you want to use generated letter avatars based on usernames.

REACT_APP_DEFAULT_USER_AVATAR=https://static.plajer.xyz/avatar/generator.php?name=%nick%

Last updated