mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore/docs] add instance-expose-suspended-web to instance docs (#1391)
This commit is contained in:
@@ -24,6 +24,12 @@ instance-expose-peers: false
|
|||||||
# Default: false
|
# Default: false
|
||||||
instance-expose-suspended: 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
|
# 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
|
# 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.
|
# users (members of the instance) will still be able to query the endpoint.
|
||||||
|
Reference in New Issue
Block a user