Fast, lightweight and Open Source local cloud for your data made in Rust 🦀
Go to file
MedzikUser 58d99806d4
utils (database/crypto): update comments and tests
2022-04-19 21:08:13 +02:00
.github/workflows ci: fix and test job run only on linux 2022-04-16 20:24:48 +02:00
core Update Rust crate simplelog to 0.12.0 2022-04-19 19:36:33 +02:00
scripts scripts (create-sqlite-db): move to `scripts` dir and edit it 2022-04-16 21:33:05 +02:00
server Update Rust crate axum to 0.5.3 2022-04-19 19:36:57 +02:00
types Update Rust crate axum to 0.5.3 2022-04-19 19:36:57 +02:00
utils utils (database/crypto): update comments and tests 2022-04-19 21:08:13 +02:00
.editorconfig initial commit 2022-04-16 20:19:38 +02:00
.gitignore feat (server): add /register in auth (without tokens yet) 2022-04-19 13:05:47 +02:00
Cargo.lock Update Rust crate axum to 0.5.3 2022-04-19 19:36:57 +02:00
Cargo.toml feat (server): add http server (not finished yet) 2022-04-18 14:13:15 +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 config: separate option for port setting 2022-04-19 15:25:56 +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.