summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2024-03-07 01:31:27 +0000
committertusooa <tusooa@kazv.moe>2024-03-07 01:31:27 +0000
commit8298b326a7a3081be262c73f734dfe3082962e83 (patch)
tree51f19543479af195acc62dcc3994f6ce09c2ddca /config
parent03e54aaba9d2d7cd7f4329f53a80f10ac71ab64d (diff)
parentacb9e46074346ad28ad6444a170bdd5e00c74910 (diff)
downloadpleroma-8298b326a7a3081be262c73f734dfe3082962e83.tar.gz
pleroma-8298b326a7a3081be262c73f734dfe3082962e83.zip
Merge branch 'instance-v2' into 'develop'
Add some missing fields to instanceV2 See merge request pleroma/pleroma!4081
Diffstat (limited to 'config')
-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)",