cross-posted from: https://lemmy.world/post/12284817

There’s a new version of Nephele WebDAV server (also on Docker Hub) that supports using an S3 compatible server as storage and encrypting filenames and file contents.

This essentially means you can build your own cloud storage server leveraging something like Backblaze B2 for $6/TB/month, and that data is kept private through encryption. That’s cheaper than Google Drive, and no one can snoop on your files.

  • @hperrinOP
    link
    English
    79 months ago

    (In case the text doesn’t show, here it is.)

    There’s a new version of Nephele WebDAV server (also on Docker Hub) that supports using an S3 compatible server as storage and encrypting filenames and file contents.

    This essentially means you can build your own cloud storage server leveraging something like Backblaze B2 for $6/TB/month, and that data is kept private through encryption. That’s cheaper than Google Drive, and no one can snoop on your files.

  • @RegalPotoo
    link
    English
    39 months ago

    This is relevant to my interests, thanks. Looks like it’s pretty early stages though?

    • @hperrinOP
      link
      English
      39 months ago

      It’s stable enough to use in production, but the internal APIs might change, so I wouldn’t recommend writing your own adapters/plugins for it.

      It’s still labeled as “alpha” because not all of the features are don’t yet. Once CardDAV support is added, it will get bumped to beta.

    • @hperrinOP
      link
      English
      39 months ago

      I’m not familiar with the term AL2. What is that?

        • @hperrinOP
          link
          English
          49 months ago

          Ah. I don’t know why anyone would be put off by that.

            • @[email protected]
              link
              fedilink
              English
              29 months ago
              • The MIT and Apache licenses are permissive licenses that allow developers to use the licensed code in proprietary projects without having to disclose the source code.

              I understand that some projects needs these kind of license to protect their code, I get it. But this will most of the time shift the project to a closed proprietary/paid service over time… leaving the open source community with a strange feeling of being abused.

              It’s not always the case, but it happened in the past, leaving people to fork the project and strating over.

              • Licensees may redistribute Derivative Work under different terms.

              • Licensees do not have to distribute the source code alongside with their Derivative Work.

              https://itsfoss.com/open-source-licenses-explained/