github immich-app/immich v1.13.0_20-dev

latest releases: v1.116.2, v1.116.1, v1.116.0...
2 years ago

Breaking

First and foremost, no data will be lost

Web is now served at http://<your-ip>:2283

Server is now served at http://<your-ip>:2283/api.

Two actions will need to be taken

  1. You will need to modify VITE_SERVER_ENDPOINT in your .env file by adding /api at the end.
  2. Get the new Nginx configuration file from the docker directory of the repo.

For example, before you have the VITE_SERVER_ENDPOINT as

VITE_SERVER_ENDPOINT=http://192.168.1.216:2283

Now, you need to change the value into

VITE_SERVER_ENDPOINT=http://192.168.1.216:2283/api

Screen Shot 2022-06-23 at 23 11 23

Please make sure to reflect this change in your mobile app as well, please see the image below

IMG_5F409B599B84-1 Large

The purpose is to make sure we don't run into a CORS issue when exposing the service to the external network since both the server and the web are on the same domain. This change is also a stepping stone to a more simplified Docker setup for the app.

Please make sure to perform docker-compose down then docker-compose pull and finally docker-compose up in the docker directory of Immich's repository to receive the latest update

What's Changed

New Contributors

F-Droid

You can get the app on F-droid by clicking the image below.

Get it on F-Droid

Android

You can also download the app from Google Play Store here

The App version might be lagging behind the latest release due to the review process.

iOS

You can download the app from Apple AppStore here:

The App version might be lagging behind the latest release due to the review process.

Support

You can support the project using Github Sponsor or

Full Changelog: v1.12.0_18-dev...v1.12.2_20-dev

Don't miss a new immich release

NewReleases is sending notifications on new releases.