Thanks for sharing! ByteStash and Bezel look like interesting projects, I’ll have to check them out at some point.
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:
Never heard of go-proxy, seems like it will fit my needs well as I only use Caddy for rev-proxying.
Thanks for the awesome blog!
Thank you for the amazing post, many of these are useful and you described them well. Lovely blog!
Have you looked at sandstorm? Or used it?
It’s one of my favorite stacks, and I’m curious to hear your thoughts.
Working on my better Hoarder alternative. Goal: maybe 2025.
Best of luck. What do you find lacking so far?
- There is no obvious way to install Hoarder on an unsupported platform. My servers run OpenBSD and OmniOS. Both of them don’t even have any Docker support. (Which is not something I’d absolutely need, to be honest.)
- Hoarder runs on Node.js. I will use Lisp (edit: or Rust, but I’m positive I’ll beat Lisp’s session management some time soon). Node.js is a dependency hell.
- Hoarder does not really encourage manual and/or regex-based tagging, it strongly suggests relying on “artificial intelligence”. As I am rather disappointed by what “artificial intelligence” is currently able to do, I’d prefer to default to the old approach.
Of course, all of this is just a personal preference.