Hapi
Hapi. @bull-board/hapi registers as a Hapi plugin.
Install
registerPlugin() wires up Hapi's view and static-file plugins internally, you don't need @hapi/inert or @hapi/vision. The routes.prefix must match the base path.
Full runnable examples
- Simple setup:
examples/with-hapi - With basic auth:
examples/with-hapi-auth
Next steps
- UIConfig: title, logo, locale, polling.
- Read-only mode: disable destructive actions.
- Visibility guard: scope visible queues per request.
- Formatters: rewrite job fields for the UI.