Trouble setting up immich on home NAS running OMV - "no such file or directory"
Hey all,
I've been having a lot of trouble setting up immich on my home NAS/server. I am pretty new to the homelab space, so I would appreciate any help on this.
I have installed immich through docker compose on OMV 7.7.20. Now my Immich_server container sees that the .immich files and folder structure doesn't exist, and gives an error. I am hoping for a way to force the process to create the directories.
I ran into quite a few issues, but I believe the only modification I have at this point is the below:
- I was getting the error "microservices worker error: PostgresError: no pg_hba.conf entry for host "172.19.0.5", user "postgres", database "immich", no encryption, " - to solve this, I ended up modifying my pg_hba.conf file to my subnet as per portainer "172.19.0.1/16 vs the 127.0.0.1/32 that was in the file, and changing it from trusted to md5.
- I was thinking this could be a permission issue, so for the sake of just getting it working, the parent Docker/ folder where all the files should be should have read/write/execute permissions for all (as per the OMV GUI).
I've put my compose file and env file below, along with a snip from the log. The compose and env should't have any real changes from the template file (besides folder paths).