diff --git a/content/projects/duralim.md b/content/projects/duralim.md new file mode 100644 index 0000000..1dd09e1 --- /dev/null +++ b/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 diff --git a/content/projects/duralim.pt.md b/content/projects/duralim.pt.md new file mode 100644 index 0000000..0e142c5 --- /dev/null +++ b/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 + +