Skip to content

Releases: runtipi/runtipi

v0.4.1

25 Jul 19:03
d4a2b15
Compare
Choose a tag to compare

What's Changed

Improvements

Fixes:

How to update

From Tipi root folder

  • sudo ./scripts/stop.sh
  • git pull origin master
  • sudo ./scripts/start.sh

Changelog

Full Changelog: v0.4.0...v0.4.1

v0.4.0

20 Jul 21:23
06eec45
Compare
Choose a tag to compare

What's Changed

This is an architecture update. The whole database system has been re-amped to use Postgres instead of a file base approach. The backbone to build more securely and efficiently in the future.

New apps

  • Your spotify

Improvements:

Fixes:

How to update

From Tipi root folder

  • sudo ./scripts/stop.sh
  • git pull origin master
  • sudo ./scripts/start.sh

if you made any change to some files. git pull origin master might not work. In this case do the following :

  • git stash
  • sudo ./scripts/stop.sh
  • git pull origin master
  • git stash apply && git stash clear
  • sudo ./scripts/start.sh

v0.3.1

20 Jun 10:50
Compare
Choose a tag to compare

What's Changed

Fixes:

  • Fix configuration script failing to detect Docker was successfully installed.

How to update

From Tipi root folder

  • sudo ./scripts/stop.sh
  • git pull origin master
  • sudo ./scripts/start.sh

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 Jun 19:25
3eab4f1
Compare
Choose a tag to compare

What's Changed

New apps:

Apps updated:

  • Adguard v0.107.7
  • Calibre-web 0.6.18
  • Code Server 4.4.0
  • Jackett 0.20.1171
  • Jellyfin 10.8.0
  • n8n 0.181.2
  • Nextcloud 24.0.1
  • Syncthing 1.20
  • Tailscale v1.27.12
  • Vaultwarden 1.25.0
  • Wg-easy 5

Fixes:

Improvements:

  • Brand new App store page with filters and categories #106
  • Consolidate backend and frontend in one single Docker image #106

How to update

From Tipi root folder

  • sudo ./scripts/stop.sh
  • git pull origin master
  • sudo ./scripts/start.sh

Pull Requests

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

01 Jun 21:19
63052eb
Compare
Choose a tag to compare

What's Changed

New apps:

Fixes:

  • Fix DNS issue with Prowlarr and Transmission

Improvements:

How to update

From Tipi root folder

  • git pull origin master
  • sudo ./scripts/start.sh

Pull Requests

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 May 19:24
33c0f31
Compare
Choose a tag to compare

What's Changed

New apps:

Fixes:

Improvements:

Breaking changes ⚠️

The mounted folder for all *arr apps were changed in order to support hard links. #63. If you were using one of these apps you'll need to update the settings from those apps to use the new paths /media/data same for transmission and jellyfin.

If you have any trouble after update, contact us on Matrix or Telegram. We are happy to help!

How to update

From Tipi root folder

  • sudo ./scripts/stop.sh
  • git pull origin master
  • sudo ./scripts/start.sh

Pull Requests

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5

20 May 16:25
7b2d7c1
Compare
Choose a tag to compare

What's Changed

3 new apps by @DrMxrcy

  • Calibre-web
  • Homarr
  • Code-server

1 new app by @ArneNaessens

  • Adguard

Fix an issue when running stop.sh script from host machine.

How to update

From Tipi root folder

  • git pull origin master
  • sudo ./scripts/start.sh

Pull Requests

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

18 May 19:59
34c9ced
Compare
Choose a tag to compare

Changes

  • Remove the need to install Ansible for configuration
  • Fix issue with permissions in app-data
  • Improve start script to allow commands --port <number> and --proxy-port <number> and set custom ports for traefik
  • Update scripts to remove user id requirements

How to update

From Tipi root folder

  • git pull origin master
  • sudo ./scripts/start.sh

Pull requests

Full Changelog: v0.1.3...v0.1.4

v0.1.3

17 May 19:33
e85b7a1
Compare
Choose a tag to compare

Changes

  • Dockerize backend for greater performance and stability #41
  • Fix Bug during install #40
  • Clean-up files

How to update

From Tipi root folder

  • git pull origin master
  • pm2 stop system-api && pm2 delete system-api
  • sudo ./scripts/start.sh

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

16 May 17:57
611a69a
Compare
Choose a tag to compare

Changes

  • Fix mkcert dependency issue #32
  • Remove unnecessary steps in setup
  • Fix UFW config issue

How to update

From Tipi root folder

  • git pull origin master
  • sudo ./scripts/start.sh

What's Changed

Full Changelog: v0.1.1...v0.1.2