1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 // Arvados-ws exposes Arvados APIs (currently just one, the
6 // cache-invalidation event feed at "ws://.../websocket") to
11 // See https://doc.arvados.org/install/install-ws.html.
15 // See https://dev.arvados.org/projects/arvados/wiki/Hacking_websocket_server.
19 // arvados-ws [-config /etc/arvados/ws/ws.yml] [-dump-config]
21 // Minimal configuration
24 // APIHost: localhost:443
27 // dbname: arvados_production
36 // Load configuration from the given file instead of the default
37 // /etc/arvados/ws/ws.yml
41 // Print the loaded configuration to stdout and exit.
45 // Logs are printed to stderr, formatted as JSON.
47 // A log is printed each time a client connects or disconnects.
49 // Enable additional logs by configuring:
55 // GET /debug.json responds with debug stats.
57 // GET /status.json responds with health check results and
58 // activity/usage metrics.