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
    32 years ago

    There might be a way to point media post assets to an s3 bucket on the backend and have that hosted somewhere with cheap storage like Backblaze, but I definitely doubt that’s been built out yet. Though I admittedly haven’t looked through the code at all.

    • @BlackSkinnedJew
      link
      4
      edit-2
      2 years ago

      In Linux private servers there is a way to mount a cloud storage drive as a local drive and then(i think) there should be a way to encrypt the whole database and upload it there.

      The biggest problem i see in running Lemmy instances it’s about storage, everything else could be done with a small home device like a raspberry pi.

      • @[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.