summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-03-07 14:05:49 +0100
committermarcin mikołajczak <git@mkljczk.pl>2024-03-07 16:03:40 +0100
commit03d4e7eeccc7fc69c731ada8a7bd049ad52a9d6f (patch)
tree07e0453f5e5422f970cc869b05cf1d44b355abd9 /config/description.exs
parenta6e066a77d5ce65b034cd62775614d5902d29d85 (diff)
parent8298b326a7a3081be262c73f734dfe3082962e83 (diff)
downloadpleroma-03d4e7eeccc7fc69c731ada8a7bd049ad52a9d6f.tar.gz
pleroma-03d4e7eeccc7fc69c731ada8a7bd049ad52a9d6f.zip
Merge remote-tracking branch 'origin/develop' into post-languages
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)",