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
- You will need to modify
VITE_SERVER_ENDPOINTin your.envfile by adding/apiat the end. - 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:2283Now, you need to change the value into
VITE_SERVER_ENDPOINT=http://192.168.1.216:2283/apiPlease make sure to reflect this change in your mobile app as well, please see the image below
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
- Feature - Add upload functionality on Web by @alextran1502 in #231
- Allow zooming in image viewer by @matthinc in #227
- Fix #197 app logged off when closed by @alextran1502 in #239
- Optimize android side gradle settings and clean source by @xpwmaosldk in #240
- Clean code of shared folder by @xpwmaosldk in #249
- chore: improve default setup by @zackpollard in #234
New Contributors
- @xpwmaosldk made their first contribution in #240
F-Droid
You can get the app on F-droid by clicking the image below.
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



