v1.13.0_20-dev #257
alextran1502
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
.You will need to modify
VITE_SERVER_ENDPOINT
in your.env
file by adding/api
at the end.For example, before you have the
VITE_SERVER_ENDPOINT
asNow, you need to change the value into
Please 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 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 simplify Docker setup for the app.
Please make sure to perform
docker-compose down
thendocker-compose pull
and finallydocker-compose up
in thedocker
directory of Immich's repository to receive the latest updateWhat's Changed
New Contributors
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
This discussion was created from the release v1.13.0_20-dev.
Beta Was this translation helpful? Give feedback.
All reactions