diff options
author | 2023-05-21 22:40:43 +0200 | |
---|---|---|
committer | 2023-05-21 22:40:43 +0200 | |
commit | 9c24dee01fc88fc69d581951ef0b6266e301f326 (patch) | |
tree | d551e65614618ed09df8886df1b745850f8ab997 /docs/installation_guide | |
parent | [bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805) (diff) | |
download | gotosocial-9c24dee01fc88fc69d581951ef0b6266e301f326.tar.xz |
[chore] Replace pinafore with semaphore (#1801)
* Replace pinafore with semaphore
* Typo
Diffstat (limited to 'docs/installation_guide')
-rw-r--r-- | docs/installation_guide/binary.md | 2 | ||||
-rw-r--r-- | docs/installation_guide/websocket.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation_guide/binary.md b/docs/installation_guide/binary.md index 0a5e21b81..81410d8c8 100644 --- a/docs/installation_guide/binary.md +++ b/docs/installation_guide/binary.md @@ -103,7 +103,7 @@ Replace `some_username` with the username of the account you just created. ## 6. Login -You should now be able to log in to your instance using the email address and password of the account you just created. We recommend using [Pinafore](https://pinafore.social) or [Tusky](https://tusky.app) for this. +You should now be able to log in to your instance using the email address and password of the account you just created. We recommend using [Semaphore](https://semaphore.social) or [Tusky](https://tusky.app) for this. ## 7. \[Optional\] Enable the systemd service diff --git a/docs/installation_guide/websocket.md b/docs/installation_guide/websocket.md index cc5a56c69..1cbff952a 100644 --- a/docs/installation_guide/websocket.md +++ b/docs/installation_guide/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 Pinafore. +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. In order to use this functionality, you need to ensure that whatever proxy you've configured GoToSocial to run behind allows WebSocket connections through. |