Skip to content
This repository has been 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

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