gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8d18888db6baa3717b4dfdf7c252332499f43a84
parent 08f8feaec50c63ffd2f51d5589b3015b60e8f859
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date:   Fri, 27 Jan 2023 09:23:54 +0100

[chore/docs] add instance-expose-suspended-web to instance docs (#1391)


Diffstat:
Mdocs/configuration/instance.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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.