Fast, lightweight and Open Source local cloud for your data made in Rust 🦀
Go to file
Renovate Bot f9c7e77c6a fix(deps): update rust crate tower-http to 0.3.3 2022-05-10 06:17:25 +00:00
.github/workflows ci: fix website workflow 2022-05-09 23:08:30 +02:00
core chore(deps): update rust crate tokio to 1.18.2 2022-05-10 03:37:44 +00:00
database chore(deps): update rust crate tokio to 1.18.2 2022-05-10 03:37:44 +00:00
scripts scripts (create-sqlite-db): move to `scripts` dir and edit it 2022-04-16 21:33:05 +02:00
server fix(deps): update rust crate tower-http to 0.3.3 2022-05-10 06:17:25 +00:00
types feat (fs): add file download and delete 2022-05-07 15:19:36 +02:00
website fix(deps): pin dependency @fortawesome/react-fontawesome to 0.1.18 2022-05-10 00:18:00 +00:00
.editorconfig initial commit 2022-04-16 20:19:38 +02:00
.gitignore chore: gitignore ide config dir (`.vscode` and `.idea`) 2022-04-30 22:36:16 +02:00
Cargo.lock fix(deps): update rust crate tower-http to 0.3.3 2022-05-10 06:17:25 +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 scripts (create-sqlite-db): move to `scripts` dir and edit it 2022-04-16 21:33:05 +02:00
config.toml http (fs): add file upload 2022-04-24 21:31:50 +02:00
renovate.json initial commit 2022-04-16 20:19:38 +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

🖴 Create SQLite Database

Run file ./scripts/create-sqlite-database.sh to create SQLite database file.