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?
docker-compose logs -f iframely throws one error: iframely_1 | data: cluster.js:33 - error: Forever detected script was killed by signal: SIGKILL iframely_1 | data: cluster.js:33 - error: Script restart attempt #1 and pictrs logs shows no errors
I dont know what that means, but try to restart it. If that doesnt help, check their issue tracker I guess.
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