summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorLibravatar Phil Hagelberg <phil@hagelb.org>2024-12-02 01:47:05 -0800
committerLibravatar GitHub <noreply@github.com>2024-12-02 10:47:05 +0100
commitdbef5ee03b61d630b46696cfd04c08fcd5b702ce (patch)
tree4b75676ae5e86a6224d1afaee135475531489ac0 /docs/getting_started
parent[chore]: Bump github.com/minio/minio-go/v7 from 7.0.80 to 7.0.81 (#3590) (diff)
downloadgotosocial-dbef5ee03b61d630b46696cfd04c08fcd5b702ce.tar.xz
[chore] Replace Semaphore recommendation with Pinafore. (#3586)
Neither Semaphore nor Pinafore are under active development, but Semaphore has archived its repository while Pinafore still gets occasional minor maintenance. Enafore has newer features, but it has accessibility bugs affecting screen readers that prevent it from being recommended at this time.
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/reverse_proxy/websocket.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/reverse_proxy/websocket.md b/docs/getting_started/reverse_proxy/websocket.md
index ec7c107a9..68d28bc5c 100644
--- a/docs/getting_started/reverse_proxy/websocket.md
+++ b/docs/getting_started/reverse_proxy/websocket.md
@@ -1,6 +1,6 @@
# WebSocket
-GoToSocial uses the secure [WebSocket protocol](https://en.wikipedia.org/wiki/WebSocket) (aka `wss`) to allow for streaming updates of statuses and notifications via client apps like Semaphore.
+GoToSocial uses the secure [WebSocket protocol](https://en.wikipedia.org/wiki/WebSocket) (aka `wss`) to allow for streaming updates of statuses and notifications via client apps like Pinafore.
In order to use this functionality, you need to ensure that whatever proxy you've configured GoToSocial to run behind allows WebSocket connections through.