An open API service indexing awesome lists of open source software.

https://github.com/evanpurkhiser/waitress

your files – served
https://github.com/evanpurkhiser/waitress

fileserver golang react

Last synced: 9 months ago
JSON representation

your files – served

Awesome Lists containing this project

README

          

### Your files – served

[![Build Status](https://github.com/evanpurkhiser/waitress/workflows/build/badge.svg)](https://github.com/evanpurkhiser/waitress/actions?query=workflow%3Abuild)

Waitress is a small server that quickly serves up your files with style.

![Waitress](https://i.imgur.com/WM2DcjP.png)

#### Features

- Pre-fetching deep listings
- Client-side fuzzy filtering
- Keyboard navigation

#### Building

```
$ make
$ dist/waitress -root $PWD
```

You can also quickly run it using docker

```
docker run -p 8000:80 -v $PWD:/data evanpurkhiser/waitress
```