#server #dev #web-server #web #file-server #filesystem

app frisbee

simple tool for serving files from disk

2 unstable releases

0.3.0 Sep 9, 2022
0.2.0 Sep 9, 2022

#1191 in HTTP server

MIT license

14KB

frisbee

simple static file server

frisbee 0.1.0
Nathan Files <nathanwfiles@gmail.com>

USAGE:
    frisbee [OPTIONS]

OPTIONS:
    -h, --help               Print help information
    -p, --public <public>    Path prefix for HTTP requests [default: /]
    -r, --root <root>        Directory to serve from disk [default: .]
    -V, --version            Print version information

Port/Address/etc can be configured with Rocket's native configuration system
https://rocket.rs/v0.5-rc/guide/configuration/

ROCKET_PORT=80 frisbee

Install

cargo install frisbee
OR
cargo install --git https://github.com/nfiles/frisbee.git --branch main

Publishing

# Publish the crate
cargo release <level>

# push changes
git push
git push --tags

Dependencies

~17–52MB
~839K SLoC