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

help-circle
  • I don’t really use the Garmin recommendations, but a friend helped me get slightly better recommendations.

    By default, Garmin creates HR zones based on % of max HR. Set this way, it was suggesting that I do most runs at a brisk walk.

    In the User Settings of the device, you can define your HR zones by % of Heart Rate Reserve instead. I still don’t really use garmins recommendations, but at least now the recommendations are a more reasonable pace.











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