diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2019-06-27 16:45:00 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-27 19:38:01 -0400 |
commit | 697226f4a5987d547c3b80923c9fae93b82dc55a (patch) | |
tree | d860d087becce562505aee2043a64130fb70472d /dispatch.sr.ht | |
parent | 26b5c8324f7dbb42805b021b3f29fbecea76cde4 (diff) | |
download | sr.ht-docs-697226f4a5987d547c3b80923c9fae93b82dc55a.tar.gz |
Add an install manual for dispatch.sr.ht and dummy ones for man & todo
Diffstat (limited to 'dispatch.sr.ht')
-rw-r--r-- | dispatch.sr.ht/installation.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dispatch.sr.ht/installation.md b/dispatch.sr.ht/installation.md new file mode 100644 index 0000000..eaf9dda --- /dev/null +++ b/dispatch.sr.ht/installation.md @@ -0,0 +1,18 @@ +--- +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. |