## ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
ENABLE_MAPBOX=false
MAPBOX_KEY=
```
## Step 2: Start the server
To start, run
To start, run
```bash
```bash
docker-compose -f ./docker/docker-compose.yml up --build -V
docker-compose -f ./docker/docker-compose.yml up
```
If you have a few thousand photos/videos, I suggest running docker-compose with scaling option for the `immich_server` container to handle high I/O load when using fast scrolling.
```bash
docker-compose -f ./docker/docker-compose.yml up --scale immich_server=5
```
```
The server will be running at `http://your-ip:2283` through `Nginx`
The server will be running at `http://your-ip:2283` through `Nginx`
## Register User
## Step 3: Register User
Use the command below on your terminal to create user as we don't have user interface for this function yet.
Use the command below on your terminal to create user as we don't have user interface for this function yet.
@ -111,7 +148,9 @@ curl --location --request POST 'http://your-server-ip:2283/auth/signUp' \
}'
}'
```
```
## Run mobile app
## Step 4: Run mobile app
The app is distributed on several platforms below.
## F-Droid
## F-Droid
You can get the app on F-droid by clicking the image below.
You can get the app on F-droid by clicking the image below.
@ -123,11 +162,7 @@ You can get the app on F-droid by clicking the image below.
## Android
## Android
#### Download the latest `apk` in the release tab and run on your phone. You can follow this guide on how to do that
#### Get the app on Google Play Store [here](https://play.google.com/store/apps/details?id=app.alextran.immich)
- [Run APK on Android](https://www.lifewire.com/install-apk-on-android-4177185)
#### You can also download the app from Google Play Store [here](https://play.google.com/store/apps/details?id=app.alextran.immich)
*The App version might be lagging behind the latest release due to the review process.*
*The App version might be lagging behind the latest release due to the review process.*
@ -137,7 +172,7 @@ You can get the app on F-droid by clicking the image below.
## iOS
## iOS
#### You can download the app from Apple AppStore [here](https://apps.apple.com/us/app/immich/id1613945652):
#### Get the app on Apple AppStore [here](https://apps.apple.com/us/app/immich/id1613945652):
*The App version might be lagging behind the latest release due to the review process.*
*The App version might be lagging behind the latest release due to the review process.*
@ -148,7 +183,9 @@ You can get the app on F-droid by clicking the image below.
# Support
# Support
If you like the app, find it helpful, and want to support me to offset the cost of publishing to AppStores, you can sponsor the project with [**Github Sponsore**](https://github.com/sponsors/alextran1502).
If you like the app, find it helpful, and want to support me to offset the cost of publishing to AppStores, you can sponsor the project with [**Github Sponsore**](https://github.com/sponsors/alextran1502), or one time donation with Buy Me a coffee link below.
[](https://www.buymeacoffee.com/altran1502)
This is also a meaningful way to give me motivation and encounragment to continue working on the app.
This is also a meaningful way to give me motivation and encounragment to continue working on the app.