You are viewing a single thread.
View all comments
15 points
*

It’s not really a full fledged web app, but I launched a WebDAV server this year:

https://hub.docker.com/r/sciactive/nephele

I use it for all sorts of things. It’s got some great features that other WebDAV servers are lacking:

  • S3 support, so you can use a cloud service as the backend.
  • Encryption at rest, so you can keep your data private, even when it’s stored on S3.
  • File deduplication, so you can throw the same files in over and over and not use up more disk space.
  • PAM authentication, so you can let system users manage their own files.
  • .htpasswd authentication, so it works with other web servers.
  • A simple web interface, so you can manage files in your browser (and it should work on all browsers, even absolutely ancient ones).

It’s incredibly fast compared to most other WebDAV servers, too.

I use it to manage my Jellyfin libraries, as a personal cloud storage, and as a deduplicating backup server. It works well through a reverse proxy too, so I have multiple instances running on my server with different configs.

There’s also a desktop app that uses the same server under the hood to let you transfer and manage files across your network:

https://sciactive.com/quickdav/

permalink
report
reply
3 points
*

Nice, I’ll be following closely!

How do you support deduping if encryption at rest is enabled?

What’s the roadmap look like for v1.0.0 release?

Edit: Looks like roadmap is laid out in the github https://github.com/sciactive/nephele

permalink
report
parent
reply
2 points

Oh, I didn’t answer your encryption question. It doesn’t support both deduplication and encryption at the same time. You can enable them both, but it won’t deduplicate.

permalink
report
parent
reply
1 point

I’m going to add support for CardDAV, that way you can use it to sync your contacts. I’m currently working on the Access Control Protocol extension to WebDAV, which is required for CardDAV.

I’d like to eventually support CalDAV too, but that’s harder than CardDAV.

I’d like to also create another web interface with a more modern feature set for use in newer browsers, and even have file share links.

An idea I’ve been floating is creating a way to use .md files and .html templates to create a sort of blog, website, or notebook. Something that would be really easy to manage. Basically throw it up on a server, put some .md files in, and you’ve got a basic website. I’d like to use it to take notes, since editing markdown on a WebDAV share is super simple, and having searchable notes from that would mean I could drop Google Keep.

permalink
report
parent
reply
2 points

Nice! I’ve been needing a good CardDAV option. Would you consider supporting Backblaze B2? It’s generally around 4x more cost-effective than Amazon S3, depending on usage patterns.

Regarding markdown to HTML conversion, you might want to check out Jekyll’s templating system. Combined with an Obsidian WebDAV plugin, you’d have an excellent workflow!

permalink
report
parent
reply

Selfhosted

!selfhosted@lemmy.world

Create post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

Community stats

  • 4.9K

    Monthly active users

  • 2K

    Posts

  • 24K

    Comments