-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Truenas #62
Comments
@Professorvennie Unfortunately, we don't have TrueNAS running on our servers for testing. I would recommend reaching out to the Immich community for assistance. |
I managed to get it to work on TrueNAS (electric el, 24.10.0.2). networks:
immich-network:
external: True
name: ix-immich_default
services:
immich-power-tools:
env_file:
- conf.env
image: ghcr.io/varun-raj/immich-power-tools:latest
networks:
- immich-network
ports:
- '30042:3000'
restart: unless-stopped And my IMMICH_URL=http://server_ip:30041
EXTERNAL_IMMICH_URL=https://external.immich.url
SECURE_COOKIE=true
DB_HOST=ix-immich-pgvecto-1
DB_PORT=5432
DB_USERNAME=immich
DB_PASSWORD=***
DB_DATABASE_NAME=immich
IMMICH_API_KEY=*** Some details about this config:
|
Thank you for your great post. I have been banging my head trying to get it to work on mine but I keep getting and error. Database connection failed Setup Instructions https://immich.domain.com/ |
Sorry but I doesn't understand your problem. Could you provide more logs / details ? |
I followed your guide precisely which was more or less in line with what I was attempting prior. The only difference was SECURE_COOKIE=false which i corrected. Here is my docker-compose.yaml:- When I run the container, the logs from the terminal are as below. immich_power_tools-immich-power-tools-1 | ✓ Starting... When I open bash in the container, I get this message:- Upon opening the page in a browser, I get this: Connected to (External) Connected to (Internal) |
As you are not using the md formatting syntax your file is difficult to read but it seems that your docker compose file is not exactly the same, especially the networks:
immich-network:
external: True
name: ix-immich_default Yours seems to be: networks:
immich-network:
external: True
name: ix-immich_default
ix-immich_default:
external: true Just to be sure, are you running on TrueNAS 24.10.0 ? Apart from that, I don't have any other ideas, as I don't know exactly how Immich power tools work intervaly and what this error realy means. |
Thank you for the reply. I am using TrueNAS (electric el version 24.10.0.2). I changed the network part to what you pasted and it is still not working with the same errors. networks: |
The container doesn't have bash try /bin/sh. |
thank you !it worked well on my machine |
The database password is correct. I did run echo $DB_PASSWORD to verify. Even went as far as to completely recreate the config files. I will try with Portainer. Thanks for chiming in. |
Anyway to get this to work with the Truenas install of Immich?
The text was updated successfully, but these errors were encountered: