Julio Biason
4 years ago
2 changed files with 39 additions and 0 deletions
@ -0,0 +1,17 @@
|
||||
+++ |
||||
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 |
@ -0,0 +1,22 @@
|
||||
+++ |
||||
title = "Wiggly Duralim" |
||||
date = 2020-10-22 |
||||
|
||||
[taxonomies] |
||||
tags = ["projetos", "pessoal", "webdav"] |
||||
+++ |
||||
|
||||
Servidor WebDAV in Rust. |
||||
|
||||
- Guarda as entradas com Sled |
||||
- Login |
||||
- Interface Web |
||||
- Interface WebDAV |
||||
- Backend S3 |
||||
- Salva o arquivo localmente para acesso mais rápido, move o arquivo para o |
||||
S3 usando uma thread em background e atualiza a entrada com o endereço |
||||
de entrega |
||||
|
||||
<!-- |
||||
vim:spelllang=pt: |
||||
--> |
Loading…
Reference in new issue