Patch release. Fixes /search and /request failing outright when Jellyseerr or Jellyfin is configured with an internal address, such as a Docker Compose service name. If your URLs are public hostnames, nothing changes for you.
🐛 Fixed
/searchand/requestfailed whenSEERR_URLwas not publicly resolvable (#130): Discord rejects embed links whose hostname has no dot, such as a Docker Compose service name (http://seerr:5055) orlocalhost. The link is now omitted instead of failing the reply, and the cause is logged once.- Jellyfin notifications failed with a container-internal
JELLYFIN_BASE_URL: The item link and the "Watch Now" button hit the same rejection, which made the whole notification fail. Those links are now dropped the same way.
No configuration change is needed. Affected embeds simply have no clickable link.
Upgrade
docker compose pull && docker compose up -d