description |
---|
Legacy guide for upgrading an older Feedbacky version. |
{% hint style="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). {% endhint %}
{% hint style="warning" %} Upgrading
If you are upgrading your instance from 0.1.0 to 0.5.0, you must also apply any changes from version 0.2.0. {% endhint %}
+ A new variable was added and must be present in your .env
file in order for Feedbacky to work;
{% tabs %}
{% tab title="SETTINGS_ALLOW_COMMENTING_CLOSED_IDEAS" %}
Type: boolean
If enabled, your board users will be able to comment on ideas that are closed.
SETTINGS_ALLOW_COMMENTING_CLOSED_IDEAS=false
{% endtab %} {% endtabs %}
! An existing variable in your .env
file can be edited;
{% tabs %}
{% tab title="REACT_APP_DEFAULT_USER_AVATAR" %}
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%
{% endtab %} {% endtabs %}