Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.
/ HomeDisk Public archive

☁️ Fast, lightweight and Open Source local cloud for your data made in Rust πŸ¦€

License

Notifications You must be signed in to change notification settings

M3DZIK/HomeDisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

812136a Β· Oct 10, 2022
Sep 26, 2022
Sep 26, 2022
Sep 21, 2022
Sep 26, 2022
Sep 26, 2022
Oct 10, 2022
Oct 10, 2022
Apr 16, 2022
Sep 26, 2022
Sep 26, 2022
Sep 14, 2022
Aug 15, 2022

Repository files navigation

HomeDisk Icon

       

Documentation

πŸ‘¨β€πŸ’» Compile server

cargo build --release

Now you can run server using command ./target/release/homedisk.

πŸ”’ Generate development TLS certificate

# Generate private key
openssl genrsa -out cert.key 2048
# Generate certificate
openssl req -new -x509 -key cert.key -out cert.pem -days 365