blob: eaf9dda3e39490ed312d9789644b1841468641de (
plain) (
tree)
|
|
---
title: dispatch.sr.ht installation
---
# Installation
dispatch.sr.ht is a standard sr.ht web service and can be installed through the
[standard procedure](/installation.md). However, there is an additional step
required.
## GitHub OAuth client
You need to register your dispatch.sr.ht installation under [GitHub OAuth
Apps](https://github.com/settings/developers). For the `Authorization callback
URL` use the URL of your service instance with `/github/callback` appended (for
example `https://dispatch.sr.ht/github/callback`). Put the `Client ID` and
`Client Secret` you get from GitHub into your sourcehut config in the
`[dispatch.sr.ht::github]` section.
|