[![Statix](https://circleci.com/gh/Octalbyte/statix.svg?style=svg)](https://github.com/Octalbyte/statix/) Made with ❤ by [@Octalbyte](https://github.com/Octalbyte/) # statix Static file server (Rust). # Install and Run ```bash cargo install statix statix #On the folder you want to host ``` # Features and switches - `--host ` set host - `--port ` set port - `--ssl ` set if server should have ssl, then set file paths with `--crt ` (default cert.pem) and `--key ` (default key.pem) - `--threads` set number of threads to be spawned - `--cors ` set the value of header `Access-Control-Allow-Origin` - `--blocktor` Block requests made through TOR - `--username ` Username for authentication (If None, there will be no authentication required) - `--pwd ` Password for authentication. - `--help` display more help