v3.0.2
- Fixed persistent storage & OAuth keys
Note
Prior to this patch, the OAuth keys would be remade on each container recreations, making the access tokens of your applications invalid.
If you want to persist your current OAuth key you need to
- Make a backup of your oauth keys in /app/storage
- Create and bind a storage volume as referenced in README
- Perform the container update
- Copy the previously backed up keys in to the /app/storage