summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorTorsten Flammiger <git@netfg.net>2022-02-04 21:11:50 +0100
committerTorsten Flammiger <git@netfg.net>2022-02-04 21:11:50 +0100
commitf110b5710a182192231d5ae40f8374bb5dda332f (patch)
tree3da07b8a9ffe1a77486b80319c817fbbac650402 /DEPLOY.md
parent1cc0b5565068b615fe9b9c20d253e54e47bffd35 (diff)
downloadconduit-f110b5710a182192231d5ae40f8374bb5dda332f.zip
Move appservice howto into whats-next; again, rename placeholder TURN url
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 8259b3f..eecf513 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -245,10 +245,13 @@ $ curl https://your.server.name:8448/_matrix/client/versions
```
- To check if your server can talk with other homeservers, you can use the [Matrix Federation Tester](https://federationtester.matrix.org/)
-- If you want to set up an appservice, take a look at the [Appservice Guide](APPSERVICES.md).
# What's next?
## Audio/Video calls
For Audio/Video call functionality see the [TURN Guide](TURN.md).
+
+## Appservices
+
+If you want to set up an appservice, take a look at the [Appservice Guide](APPSERVICES.md).