By default Lemmy seems to be mirroring every link’s preview image. Even when that link was originally posted on an external Lemmy instance. That can put quite a strain on small servers. Is there a way to disable this? Ideally I would have pict-rs just be used to host the images my users upload and nothing else.

Solved:

Add

  pictrs: {
    image_mode: "None"
  }

to lemmy.hjson.

    • Die4Ever@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      3 days ago

      I think there’s a guide for that somewhere? Maybe I can try looking for it tomorrow if no one else finds it first. I think the admin control panel that shows uploaded images might also show the federated ones?

      • Björn Tantau@swg-empire.deOP
        link
        fedilink
        arrow-up
        0
        ·
        3 days ago

        Maybe pictrs does it by itself. It’s still working like crazy after I did the change without any user-uploads happening.