summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-02-27 13:25:26 +0100
committermarcin mikołajczak <git@mkljczk.pl>2024-02-27 13:25:26 +0100
commitacb9e46074346ad28ad6444a170bdd5e00c74910 (patch)
tree1a137dbab448850d365fe582c8a6c6c51109c72b /config/description.exs
parentf0468697cd74f4ec062f9c6feda53cfbe9e4500c (diff)
downloadpleroma-acb9e46074346ad28ad6444a170bdd5e00c74910.tar.gz
pleroma-acb9e46074346ad28ad6444a170bdd5e00c74910.zip
Add some missing fields to instanceV2
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index 78e7710cb..6c13bde31 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -567,6 +567,14 @@ config :pleroma, :config_description, [
]
},
%{
+ key: :status_page,
+ type: :string,
+ description: "A page where people can see the status of the server during an outage",
+ suggestions: [
+ "https://status.pleroma.example.org"
+ ]
+ },
+ %{
key: :limit,
type: :integer,
description: "Posts character limit (CW/Subject included in the counter)",