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
- Host: GitHub
- URL: https://github.com/evanpurkhiser/waitress
- Owner: evanpurkhiser
- License: mit
- Created: 2017-11-06T09:19:41.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:27:26.000Z (about 1 year ago)
- Last Synced: 2025-03-24T13:51:20.508Z (10 months ago)
- Topics: fileserver, golang, react
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Your files – served
[](https://github.com/evanpurkhiser/waitress/actions?query=workflow%3Abuild)
Waitress is a small server that quickly serves up your files with style.

#### 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
```