Browse Source

New personal project: Wiggly Duralim

master
Julio Biason 4 years ago
parent
commit
dc283bd2e4
  1. 17
      content/projects/duralim.md
  2. 22
      content/projects/duralim.pt.md

17
content/projects/duralim.md

@ -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

22
content/projects/duralim.pt.md

@ -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…
Cancel
Save