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

help-circle

  • Maybe they’re using a similar system to O2 sensors in SCUBA rebreathers. 3 identical sensors measure the same thing. When one sensor drifts, the computer uses the value from the 2 concurring sensors, and throws an error to let you know something is wrong.

    That system is life-critical, so these beans must be about the same importance.








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