sfz
sfz copied to clipboard
A simple static file serving command-line tool written in Rust.
## Scenario Sometimes I want to use sfz to display a list of files with long names. I then use the browser's developer tools or edit style.css directly and re-build...
I'm trying to download a single large (1.3GB) file from a DO droplet that has 0.8GB of free memory and the process is immediately killed by the scary `oom_killer`. This...
I've just started using sfz 0.6.1 for some WebAssembly development and I've noticed some odd behaviour. When I request a `.wasm` file, sfz responds with `content-type: application/wasm; charset=utf-8` but this...
Add a `--style ` option to the command line so that user-defined css will work for file listing pages. For example, use the following. ```bash $ sfz -p 4000 --style...
Hi everyone ! it is my pleasure to thank you for your fantastic repo, actually I start using sfz in Experiment purpose behind Nginx Reverse Proxy for serve static file...
Hope **sfz** supports auto-reload the page when the HTML files have been changed. 👏👏
- corrected alignment of icons to filenames - changed vertical spacing of li elements to account for increased height of anchors
For example I wanted to add the ability to view more info like sizes, number of files, last edit times, alternate layout options, a slide out layout options panel, better...
If the user requests a page `/foo/bar` but sfz (with `-r`) renders `/foo/bar/index.html`, it should first redirect the user permanently to `/foo/bar/`. This is consistent with most HTTP server implementationns....