diff options
author | 2023-01-27 09:23:54 +0100 | |
---|---|---|
committer | 2023-01-27 09:23:54 +0100 | |
commit | 8d18888db6baa3717b4dfdf7c252332499f43a84 (patch) | |
tree | 44f787b9b03b3f0e5fa1fe798e8fc5d293ee2e2f /docs/configuration | |
parent | [feature/frontend] filterable local emoji list (#1385) (diff) | |
download | gotosocial-8d18888db6baa3717b4dfdf7c252332499f43a84.tar.xz |
[chore/docs] add instance-expose-suspended-web to instance docs (#1391)
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/instance.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/instance.md b/docs/configuration/instance.md index 7eb3611b1..66e44e078 100644 --- a/docs/configuration/instance.md +++ b/docs/configuration/instance.md @@ -24,6 +24,12 @@ instance-expose-peers: false # Default: false instance-expose-suspended: false +# Bool. Allow unauthenticated users to view /about/suspended, +# showing the HTML rendered list of instances that this instance blocks/suspends. +# Options: [true, false] +# Default: false +instance-expose-suspended-web: false + # Bool. Allow unauthenticated users to make queries to /api/v1/timelines/public in order # to see a list of public posts on this server. Even if set to 'false', then authenticated # users (members of the instance) will still be able to query the endpoint. |