You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
337 B
18 lines
337 B
4 years ago
|
+++
|
||
|
title = "Wiggly Duralim"
|
||
|
date = 2020-10-22
|
||
|
|
||
|
[taxonomies]
|
||
|
tags = ["projects", "personal", "webdav"]
|
||
|
+++
|
||
|
|
||
|
Rust WebDAV server.
|
||
|
|
||
|
- Stores entries in Sled
|
||
|
- Login
|
||
|
- Web interface
|
||
|
- WebDAV interface
|
||
|
- S3 backend
|
||
|
- Saves files locally for faster access, moved it to S3 in the background,
|
||
|
then updates the file record for delivery
|