git.nmyk.io / bidet

@ 2214fef21788685c958b498f3e632bbbfc863ea3

refs | commits



README.md

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