You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ Following instances are up and running :
35
35
36
36
## Developer information
37
37
38
-
- Channel can be fetched using [the `/channels` endpoint](https://gischat.geotribu.net/docs#/default/get_channels_channels_get)
39
-
- Rules can be fetched using [the `/rules` endpoint](https://gischat.geotribu.net/docs#/default/get_rules_rules_get)
40
-
- Number of connected users can be fetched using [the `/status` endpoint](https://gischat.geotribu.net/docs#/default/get_status_status_get)
41
-
- List of connected and registered users can be fetched using [the `/channel/{channel}/users` endpoint](https://gischat.geotribu.net/docs)
38
+
- Channel can be fetched using [the `/channels` endpoint](https://qchat.geotribu.net/docs#/default/get_channels_channels_get)
39
+
- Rules can be fetched using [the `/rules` endpoint](https://qchat.geotribu.net/docs#/default/get_rules_rules_get)
40
+
- Number of connected users can be fetched using [the `/status` endpoint](https://qchat.geotribu.net/docs#/default/get_status_status_get)
41
+
- List of connected and registered users can be fetched using [the `/channel/{channel}/users` endpoint](https://qchat.geotribu.net/docs#/default/get_connected_users_channel__channel__users_get)
42
42
- New users must connect a websocket to the `/channel/{channel}/ws` endpoint
43
43
- After connecting to the websocket, it is possible to register the user in the channel by sending a `newcomer` message (see below)
44
44
- Messages passing through the websocket are strings with a JSON structure, they have a `type` key which represent which kind of message it is
@@ -211,7 +211,7 @@ Each of them has a `"type"` key based on which it is possible to parse them :
211
211
212
212
## Deploy a self-hosted instance
213
213
214
-
### Setup Gischat backend
214
+
### Setup a gischat backend
215
215
216
216
> [!NOTE]
217
217
> `NB_UVICORN_WORKERS` refers to the number of async workers. A usual convenient value would be : (nb_cpu * 2) + 1.
0 commit comments