Fast, lightweight and Open Source local cloud for your data made in Rust 🦀
Go to file
MedzikUser ec04360f6c
chore(server): small changes
2022-07-25 23:02:25 +02:00
.github/workflows ci: run `build-release-binaries.yml` only if pushed tag 2022-06-18 13:46:42 +02:00
core chore(server): small changes 2022-07-25 23:02:25 +02:00
database fix(deps): update all non-major dependencies 2022-07-18 03:59:16 +00:00
server chore(server): small changes 2022-07-25 23:02:25 +02:00
types fix(deps): update all non-major dependencies 2022-07-25 02:53:20 +00:00
.gitignore update 2022-06-09 00:02:20 +02:00
Cargo.lock fix(deps): update all non-major dependencies 2022-07-25 02:53:20 +00:00
Cargo.toml chore (database): move `utils/database` to `database` 2022-04-23 20:44:02 +02:00
LICENSE initial commit 2022-04-16 20:19:38 +02:00
README.md chore(database): if database file does not exists create it 2022-07-04 16:52:25 +02:00
config.toml update 2022-06-11 10:19:47 +02:00
renovate.json update 2022-07-02 12:36:02 +02:00
rustfmt.toml chore: add rustfmt config 2022-07-12 21:10:44 +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

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