12 c.AnonymousTokens = []string{"xxxxxxxxxxxxxxxxxxxxxxx"}
13 c.Client.APIHost = "zzzzz.arvadosapi.com:443"
14 exampleConfigFile, err := json.MarshalIndent(c, " ", " ")
18 fmt.Fprintf(os.Stderr, `
20 Keep-web provides read-only HTTP access to files stored in Keep; see
21 https://godoc.org/github.com/curoverse/arvados/services/keep-web and
22 http://doc.arvados.org/install/install-keep-web.html
24 Usage: keep-web -config path/to/keep-web.yml
29 fmt.Fprintf(os.Stderr, `
35 Address (or address:port) of the Arvados API endpoint.
39 Unused. Normally empty, or omitted entirely.
43 True if your Arvados API endpoint uses an unverifiable SSL/TLS
48 Local port to listen on. Can be "address", "address:port", or
49 ":port", where "address" is a host IP address or name and "port"
50 is a port number or name.
54 Array of tokens to try when a client does not provide a token.
58 Accept credentials, and add "Content-Disposition: attachment"
59 response headers, for requests at this hostname:port.
61 This prohibits inline display, which makes it possible to serve
62 untrusted and non-public content from a single origin, i.e.,
63 without wildcard DNS or SSL.
67 Serve non-public content from a single origin. Dangerous: read