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.
23 lines
424 B
23 lines
424 B
4 years ago
|
+++
|
||
|
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:
|
||
|
-->
|