Hello, I use CapRover very fondly. I saw the immich application while browsing in the once click apps section in the application and I immediately installed it excitedly. But there was a problem like this: CapRover was installing the v1.52.1 version of the immich application, but the mobile version of the immich application did not see the server because the version was old. Firstly, I tried hard to install the current version of the immich application from the first click apps section. I wrote v1.92.1 in the immich verison section, but it did not install. After installing version 1.52.1, I tried to install the current version from the deployment tab, but it was not successful again. As a last resort, I performed manual installation using docker compose all services "captain-overlay-network" and I saw that I could access my server's local ip address (192.168.1.60) from port 2283. Even though I tried to connect it to my domain with Nginx Reverse Proxy application via CapRover, I was not successful. I made many attempts to the address and port section (http://$:2283, http://$:3001, http://0.0.0.0:2283, http://0.0.0.0:2283, http://192.168.1.60:2283) but I did not get any successful results.
I couldn't complete the installation successfully both because I couldn't install the current version as one click apps and because I couldn't do reverse proxy with docker compose. It only works on my local network. I would like to ask for your support on the subject.
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored
UPLOAD_LOCATION=./library
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=postgres
# The values below this line do not need to be changed
###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis
Reproduction steps
Only V1.52.1 version can be installed with CapRover one click apps on the server and mobile application cannot be connected. There is no automatic update.
The bug
Hello, I use CapRover very fondly. I saw the immich application while browsing in the once click apps section in the application and I immediately installed it excitedly. But there was a problem like this: CapRover was installing the v1.52.1 version of the immich application, but the mobile version of the immich application did not see the server because the version was old. Firstly, I tried hard to install the current version of the immich application from the first click apps section. I wrote v1.92.1 in the immich verison section, but it did not install. After installing version 1.52.1, I tried to install the current version from the deployment tab, but it was not successful again. As a last resort, I performed manual installation using docker compose all services "captain-overlay-network" and I saw that I could access my server's local ip address (192.168.1.60) from port 2283. Even though I tried to connect it to my domain with Nginx Reverse Proxy application via CapRover, I was not successful. I made many attempts to the address and port section (http://$:2283, http://$:3001, http://0.0.0.0:2283, http://0.0.0.0:2283, http://192.168.1.60:2283) but I did not get any successful results. I couldn't complete the installation successfully both because I couldn't install the current version as one click apps and because I couldn't do reverse proxy with docker compose. It only works on my local network. I would like to ask for your support on the subject.
docker ps:
NGINX Reverse Proxy:
Local access:
The OS that Immich Server is running on
Ubuntu 22.04.3 LTS with Docker
Version of Immich Server
1.92.1
Version of Immich Mobile App
V1.92.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response