Fast, lightweight and Open Source local cloud for your data made in Rust 🦀
Go to file
MedzikUser 4dd9013521
refactor: rewrite
2022-09-14 19:51:12 +02:00
.github/workflows ci: delete changelog reader 2022-08-26 18:13:10 +02:00
src refactor: rewrite 2022-09-14 19:51:12 +02:00
.gitignore update 2022-06-09 00:02:20 +02:00
Cargo.lock refactor: rewrite 2022-09-14 19:51:12 +02:00
Cargo.toml refactor: rewrite 2022-09-14 19:51:12 +02:00
LICENSE initial commit 2022-04-16 20:19:38 +02:00
README.md docs(readme): add notice 2022-08-18 22:49:41 +02:00
config.toml chore: some changes 2022-08-29 13:12:16 +02:00
renovate.json refactor: rewrite 2022-09-14 19:51:12 +02:00
rustfmt.toml chore(rustfmt): update config 2022-08-15 21:34:23 +02:00
tables.sql utils (crypto/database): update cryptographic functions/add comments and tests in database 2022-04-18 00:08:52 +02:00

README.md

HomeDisk cloud server

Warning Currently, work on the project is suspended because I'm not good at frontend and don't have time :(

docs-rs total-lines code-size ci

screenshot-home

screenshot-login

👨‍💻 Building

First clone the repository: git clone https://github.com/MedzikUser/HomeDisk.git

Requirements

  • Rust

To build run the command: cargo build --release

The compiled binary can be found in ./target/release/homedisk

Configure

Go to config module