see

GitHub Workflow Status Crates.io LICENSE


An HTTP server for hosting static files

Features

Install

Download the binary from the release page

Or use cargo to install

bash cargo install see

More

Use

Quick start

```bash see start

or

see start 8080 ```

Start according to the configuration file

```bash see

or

see -c config.yml ```

Config

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

A simple example:

```yaml - server: listen: 80 root: /root/www

Complete configuration documentation: docs/index.md