mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-15 01:07:19 +00:00
[chore/docs] add instance-expose-suspended-web to instance docs (#1391)
This commit is contained in:
parent
08f8feaec5
commit
8d18888db6
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue