• 1 Post
  • 7 Comments
Joined 2 years ago
cake
Cake day: July 9th, 2023

help-circle
  • I also knew nothing about self hosting, but wanted to move away from Google photos, and that eventually led me towards self-hosting and immich.

    Most people recommend using something like Tailscale so you can access your server from anywhere. That wouldn’t necessarily work for me, because I wanted to be able to share links to pics and videos with friends/family who wouldnt be a part of my Tailscale network.

    I ended up purchasing a cheap domain, and using cloudflare to allow me to share links broadly. (Because my family deserves better quality videos of my adorable children than the compressed crap that comes through in a group message between iOS and android. I have tried SO hard to convince them to move our group chat do a different platform but I have failed.). It’s probably ill-advised for somebody who knows as little as I do to go this route, but I’m filled with the un-earned confidence of a middle-aged white man.







  • The logs just say 2023-12-16T03:32:18Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 192.168.1.111:2283...

    Assuming it is the problem of Docker containers not being able to talk to each other, I added the option --network="bridge" to the docker command that launches the cloudflare tunnel. Then in the docker-compose file for Immich, I added the line network_mode: bridge to each service. No dice. I think next I’ll try installing the cloudflare tunnel as a service directly on that computer.

    Thanks for taking the time to help out, I appreciate it.