Hub dashboard

The hub dashboard is in early development, but it’s the preferred way to manage your hub service.

Every hub server comes bundled with an admin dashboard hosted at the /dashboard route.

When you visit, it will ask you for an API key. You can get one by querying your hub database:

INSERT INTO hub.api_key DEFAULT VALUES RETURNING key;