aboutsummaryrefslogtreecommitdiff
path: root/docs/_index.json
Commit message (Collapse)AuthorAgeFilesLines
* add lua config options for all zenhubserver command line options (#904)Dan Engelbrecht5 days1-0/+4
| | | | | | | | | | | - Improvement: Hub server now supports Lua config file for all hub-specific options - `hub.upstreamnotification.*` - upstream notification endpoint and instance ID - `hub.consul.*` - service registration endpoint, token, health interval, deregister timeout - `hub.instance.*` - base port, HTTP class, thread count, core limit, config path - `hub.instance.limits.*` - instance count cap, disk and memory usage limits - `hub.hydration.*` - hydration target spec and config path - `hub.watchdog.*` - cycle timing, inactivity timeouts, and activity check timeouts - Improvement: Added `--hub-instance-base-port-number` as an alias for `--hub-base-port-number`, and `--upstream-notification-instance-id` as an alias for `--instance-id` - Improvement: Added hub mode documentation at docs/hub.md
* Documentation updates (#882)Stefan Boberg12 days1-0/+34
Restructured the docs folder in preparation for more docs. Improved the contents a bit.