{% extends "setup/base.html" %} {% block title %}Connect {{ label }} — kairix setup{% endblock %} {% block content %}

Connect {{ label }}

kairix signs in with the app you create in {{ label }}'s settings. One-time setup: register the address below as the app's redirect URL, then fill in the details.

{% if start_error %}

{{ start_error }}

{% endif %}

Redirect URL to register with {{ label }}:

{{ redirect_uri }}

This is the address of this wizard — the provider sends your browser back here after you approve access.

{% if provider == "slack" %}

A short name for this workspace — kairix files the connection under it. Use your team's Slack name.

Both come from your Slack app's Basic Information page at api.slack.com/apps. Add the redirect URL above under OAuth & Permissions.

{% elif provider == "github" %}

The number on your GitHub App's About section (github.com/settings/apps).

The short name in your App's URL: github.com/apps/<slug>. Set the App's Setup URL to the redirect URL above.

Generate the key on the App's settings page. Paste the file's content, or give a path kairix can read.

{% else %}

Download this file from the Google Cloud console (APIs & Services → Credentials → your OAuth client). Add the redirect URL above to the client's authorized redirect URIs, and publish the consent screen so access doesn't expire after 7 days.

{% endif %}
{% endblock %} {% block actions %} Back {% endblock %}