bidet / README.md

@ 3c7e3b51cbf2d4b722b39be9a3357e0138dc12b2 | history


# bidet

Bidet is a simple web frontend for git.
It is hooked up to the plumbing, but it's all output, no input.

## Usage

```
NAME
  bidet

FLAGS
  -p, --port INT           port for the server (default: 8080)
  -h, --hostname STRING    hostname of server
  -g, --greeting STRING    greeting for index page
  -d, --directory STRING   directory containing your bare git repositories (default: .)
  -s, --css STRING         path or URL to a CSS stylesheet
```

Bidet can also be configured with environment variables:
```
BIDET_PORT
BIDET_HOSTNAME
BIDET_GREETING
BIDET_DIRECTORY
BIDET_CSS
```