Image hosting is expensive, so I was wondering what is the financial situation like, and how can we keep this “crucial” (obviously) instance alive.

  • @[email protected]
    link
    fedilink
    42 years ago

    Yeah that probably could be done on the server itself, depending on how the media is split up on the filesystem. Say for instance the /app/mediadirectory is an s3 bucket mounted on the host. Might present some performance problems with doing it that way though.

    • @yayA
      link
      2
      edit-2
      2 years ago

      I checked my options and decided to use Cloudflare R2 for this. Lemmy currently supports S3 but is unstable. I’ll wait for it to become mainstream.

      Also, I don’t believe it is stable enough to mount S3 to the folder with Rclone.

      • @[email protected]
        link
        fedilink
        12 years ago

        I haven’t waded through the config to look yet, but glad to see you found something that works for your instance. Lurked your profile a bit (sorry) and saw that pict.rs was able to point to object storage, did you end up doing that already?

        • @yayA
          link
          22 years ago

          Nope. Right now the pict-rs version that supports S3 is not stable yet. I tried to migrate on staging server tho. It worked there. I’ll migrate as soon as pict-rs goes stable.

          • @[email protected]
            link
            fedilink
            22 years ago

            Nice! Looks like the new version will solve part of the storage issue once it drops. I’ve also been reading reports of “database bloat” but have very few details to go on. Have you been seeing any other storage related problems besides media?

            • @yayA
              link
              22 years ago

              No its mostly on media part

              • @[email protected]
                link
                fedilink
                12 years ago

                Ah, good to know. Lemmy is mostly great for me already, but once a few more bugs get worked out I’ll definitely be standing up my own instance, though nothing as grand as lemmynsfw. Thanks for indulging me in all of my questions.

                • @yayA
                  link
                  22 years ago

                  You’re welcome. I just suggest you don’t forget to increase the number of nginx workers :)

                  • @[email protected]
                    link
                    fedilink
                    12 years ago

                    I’ll definitely be doing that. Seems to have made a huge difference from what I’ve read. Thanks a lot!