Hi, trying to setup a server myself. Following the instructions from join lemmy it seems pretty doable on docker on my vps. What drives me crazy though is the thumbnail behavior. External images show thumbnails, but images uploaded to my server just show the link arrow in the thumbnail view. When i look at my browser devtools it just shows the rounded thumbnail icon. Is this expected behavior or not? If not, anyone can give guidance on checks to perform for thumbnail creation for uploaded images?

Thx, flutser

  • bat0nas@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    22 days ago

    I managed to narrow the problem to this:

    If I use locally stored image (eg.: https://my_External_url.com/pictrs/image/ddfdfdfdddd.jpg) as image URL during post creation - Lemmy doesn’t generate thumbnail either.

    So somehow lemmy can’t access locally stored image for thumbnail generation.

    Workaround could be to configure pictrs in lemmy.hjson as not a local container but as a http://my_External_url.com/pictrs. So it would treat them as external image. Couldn’t manage to test that theory yet :)