From 8d18888db6baa3717b4dfdf7c252332499f43a84 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 27 Jan 2023 09:23:54 +0100 Subject: [PATCH] [chore/docs] add instance-expose-suspended-web to instance docs (#1391) --- docs/configuration/instance.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.