A simple fileshare server for shareX
git clone https://github.com/28Smiles/share.rs.git shares
cd shares
cargo build --release
cp ./target/release/shares ./shares
Configure your keys and users in the config.yml
and launch with:
./shares
I suggest to use an proxy like nginx to get ssl working.