• 1 Post
  • 31 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle

  • If it’s early and I’m under caffeinated, then I drink more coffee. If that doesn’t help or apply, then I assume I’m dehydrated and drink water. If that doesn’t help I try to take a nap. Usually by the time I run down the checklist it’s close enough to bedtime that I just turn in early. If none of that helps and/or I have stuff to do, then I reach for ibuprofen just because we are more likely to have that on hand than Tylenol.





  • Not exactly. I’m kind of a “learn what I need to to get by” person. I’m not really a Linux person… but my old laptop took 15 minutes to boot up, and the hardware obsoleted out of windows updates, so now I have Linux.

    I ran out of space in Google Photos. I would’ve happily bought more space but they told me I’d have free backup space forever if I compressed my photos. When they changed that policy I realized I was being jerked around. So then I got a raspberry pi, and learned how to (barely) set up a server to run Immich.

    I liked browsing reddit, but, again, I don’t like being jerked around, so here I am.








  • 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.