Open Issues Need Help
View All on GitHubAI Summary: The task is to troubleshoot a Navidrome Docker container setup using Tailscale, specifically addressing a 502 Bad Gateway error. This involves reviewing the provided Tailscale sidecar configuration examples for Navidrome (if available) and investigating potential causes of the error, such as DNS settings, network configuration, or application-specific issues. The solution might involve adjusting the Tailscale configuration, the Navidrome Dockerfile, or the Navidrome application itself.
Tailscale Sidecar Configurations for Docker
AI Summary: The task involves troubleshooting two issues related to a Jellyfin Docker container configured with a Tailscale sidecar. The first issue is a failed health check due to the absence of `pgrep` in the official Jellyfin image, which can be resolved by using a different image (like Linuxserver). The second issue involves DLNA functionality not working correctly, possibly due to port forwarding problems despite specifying UDP port 1900. The solution requires investigating why the DLNA devices are not being discovered even with the port open, potentially involving network configuration or Tailscale settings.
Tailscale Sidecar Configurations for Docker