12 c.Client.APIHost = "zzzzz.arvadosapi.com:443"
13 exampleConfigFile, err := json.MarshalIndent(c, " ", " ")
17 fmt.Fprintf(os.Stderr, `
19 arv-git-httpd provides authenticated access to Arvados-hosted git repositories.
21 See http://doc.arvados.org/install/install-arv-git-httpd.html.
23 Usage: arv-git-httpd [-config path/to/arv-git-httpd.yml]
28 fmt.Fprintf(os.Stderr, `
34 Address (or address:port) of the Arvados API endpoint.
38 Unused. Normally empty, or omitted entirely.
42 True if your Arvados API endpoint uses an unverifiable SSL/TLS
47 Local port to listen on. Can be "address:port" or ":port", where
48 "address" is a host IP address or name and "port" is a port number
53 Path to git or gitolite-shell executable. Each authenticated
54 request will execute this program with the single argument
59 Path to git repositories. Defaults to current working directory.