Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 07:30
· 29 commits to develop since this release
eed3742

Release notes

New features

  • Added restart functionality in app details view
  • Apps can now generate docker-compose files on demand and specific to the user config, omitting useless labels and increasing base security. Eg: Port opening can now be disabled during app installation (This is pending an app store migration and will gradually be available for all apps)
  • Users can now customize the location of all mapped folders through custom environment variables. See documentation

Improvements

  • The app store page has now an infinite scroll functionality instead of a "load more" button
  • settings.json file now allows string values for port and sslPort
  • Print dashboard URL after resetting password in CLI
  • Improve error handling and printed messages in CLI

Chore

  • Bump all dependencies
  • Update docker-compose to v2.27.0
  • Renamed storagePath setting to appDataPath for consistency. (Backwards compatible)

How to update

From the root folder of your Tipi install

  • ./runtipi-cli update v3.2.0

You can also set an auto update cron for future updates

If you are coming from version 2 or lower please follow the migration guide

Please report any issue encountered so we can fix it as soon as possible.