An HTTP server for hosting static files
Download the binary from the release page
Or use cargo
to install
bash
cargo install see
More
Quick start
```bash see start
see start 8080 ```
Start according to the configuration file
```bash see
see -c config.yml ```
Use yaml
format as a configuration file, You can use see -c config.yml
to specify the configuration file location
The default configuration file is in ~/.see/config.yml
```yaml - server: listen: 80 root: /root/www
Complete configuration documentation: docs/index.md