aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-12 10:18:57 +0100
committerSimon Ser <contact@emersion.fr>2023-11-12 10:18:57 +0100
commit3771b39979fdc0d8b93da6bf70c879551e1e61c4 (patch)
tree46966a3b78e9e6192e84c3fd322f930ada731a55
parentca4b3575b1323e91d1c3ac94abfcb64940359001 (diff)
downloadgamja-3771b39979fdc0d8b93da6bf70c879551e1e61c4.tar.gz
gamja-3771b39979fdc0d8b93da6bf70c879551e1e61c4.zip
doc/setup: improve gamja config instructions for webircgateway
-rw-r--r--doc/setup.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/setup.md b/doc/setup.md
index 5da4500..49ed884 100644
--- a/doc/setup.md
+++ b/doc/setup.md
@@ -18,8 +18,9 @@ enabled = true
webroot = /path/to/gamja
```
-Then connect to webircgateway and append `?server=/webirc/websocket/` to the
-URL.
+Then configure gamja to connect to `/webirc/websocket/` (either by setting
+`server.url` in the [configuration file], or by appending
+`?server=/webirc/websocket/` to the URL).
## nginx
@@ -48,3 +49,4 @@ server doesn't send PINGs, you can set the `server.ping` option in
[soju]: https://soju.im
[webircgateway]: https://github.com/kiwiirc/webircgateway
+[configuration file]: config-file.md