Files
snice/README.md
Hadley Rich 5521a326cf
All checks were successful
Go / build (push) Successful in 1m22s
Add README. Process X-Forwarded-For
2023-10-27 21:30:42 +13:00

27 lines
644 B
Markdown

# snice
Simple Static Server designed to be run in Docker and served behind [Traefik](https://doc.traefik.io/traefik/)
## Usage
```
NAME:
snice - Serve Static Files
USAGE:
snice [global options] command [command options] [arguments...]
VERSION:
v0.2.0
COMMANDS:
serve, s Serve directory
healthcheck, hc Call healthcheck endpoint
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--quiet, -q (default: false)
--port value, -p value Port to serve on (default: "3000") [$PORT]
--help, -h show help
--version, -v print the version
```