feklee
IImmich
•Created by feklee on 1/16/2025 in #help-desk-support
Running as non-root: Can I just chown `library` & `postgres`?
OK, if the author of the FAQ entry says it's trial and error, then I better trust that. 😄 Well, thanks! I also should learn a bit about what Docker is actually doing. I'm a n00b where it comes to Docker.
15 replies
IImmich
•Created by feklee on 1/16/2025 in #help-desk-support
Running as non-root: Can I just chown `library` & `postgres`?
But aren't those paths pointing to sub directories of
library
and postgres
? Then it should be sufficient to chown
these. The person who wrote that FAQ entry should know.15 replies
IImmich
•Created by feklee on 1/16/2025 in #help-desk-support
Running as non-root: Can I just chown `library` & `postgres`?
Why add the extra paths? (this is what I want to avoid)
15 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
As for nftables, I solved that too now. I had a chain
forward
, which blocked connections into the Immich Docker container:
Allowing connections to all Docker bridges solved the issue, i.e. I added:
Anyhow, Immich is now scanning the photos on my disk, and I'm already blown away! Just bought a server license to support the project.25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
Thanks for all the suggestions!
25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
It is nftables now. (but the initial problem was unrelated)
25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
It could be my nftables config, checking...
25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
Now I can curl locally, but not remotely. For testing, I just moved the address to: http://10.149.216.3:2283/
So, locally, on the server, I can to:
curl http://10.149.216.3:2283/
However, from a remote client, connected via WireGuard, I cannot do that.
But I can see another service (not Immich) on the same IP, locally and remotely: http://10.149.216.3:8080/
So WireGuard doesn't seem to be the issue. Must be something with Docker.25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
It worked the very first time I tried it on my server's main address. But I want to have it behind WireGuard.
25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
However, in the browser nothing shows up. Weird.
25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
And I can curl the homepage:
curl 10.149.216.4:2283
25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
But now it's without.
25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
Well, I tried with and without.
25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
I tried with and without
IMMICH_HOST
/ HOST
. Neither works.25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
I now have in my
docker-compose.yml
:
Indeed it is listening on that IP now:
However, I cannot connect to 10.149.216.4:2283
, neither locally on the server (lynx
) nor via a remote client. There is just no response.25 replies
IImmich
•Created by feklee on 1/5/2025 in #help-desk-support
Why does IMMICH_HOST have no effect?
Thanks. Looks like it needs to be edited in the
docker-compose.yml
: https://github.com/compose-spec/compose-spec/blob/main/spec.md#ports25 replies