My Lemmy instance lemmy.cat is not showing URL images of the posts like this example
Same post at lemmy.ml is OK
I have something misconfigured so it seems. Any clue?
My Lemmy instance lemmy.cat is not showing URL images of the posts like this example
Same post at lemmy.ml is OK
I have something misconfigured so it seems. Any clue?
ah, nginx is not happy:
recv() failed (104: Connection reset by peer) while reading response header from upstream, client: X.X.X.X, server: lemmy.cat, request: “GET /iframely/oembed?url=http://www.plataforma-llengua.cat HTTP/2.0”, upstream: “http://0.0.0.0:8061/oembed?url=http://www.plataforma-llengua.cat”, host: “lemmy.cat”, referrer: “https://lemmy.cat/create_post?community_id=16”
@nutomic@lemmy.ml I get it working from inside iframely container. I did this:
and voilà! it started nicely.
No idea why iframely do not start with ‘docker-compose up -d’. Note that the config file lemmy.cat is using is exactly equal to Lemmy Docker installation instructions one