- Install rust tools (see https://www.rust-lang.org/tools/install)
- Run
git clone https://github.com/alexfromapex/filez.git
- Change into downloaded git repo directory:
cd filez
- Run
cargo build
- Finally
cargo run
should launch server locally
IMPORTANT: The file list will be jailed to the directory it is launched in so you will need to add the filez
binary to your PATH and launch from different working directory to list files there
- A simple file server developed in Rust
- Uses Askama for Jinja-like templates
- Eventually will be cloud-native