Skip to content

v3.0.2

Compare
Choose a tag to compare
@blt950 blt950 released this 31 Aug 21:00
· 14 commits to main since this release
  • 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

  1. Make a backup of your oauth keys in /app/storage
  2. Create and bind a storage volume as referenced in README
  3. Perform the container update
  4. Copy the previously backed up keys in to the /app/storage