summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.exs7
-rw-r--r--config/description.exs27
2 files changed, 5 insertions, 29 deletions
diff --git a/config/config.exs b/config/config.exs
index 7de93511d..838508c1b 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -183,6 +183,7 @@ config :pleroma, :instance,
email: "example@example.com",
notify_email: "noreply@example.com",
description: "A Pleroma instance, an alternative fediverse server",
+ background_image: "/images/city.jpg",
limit: 5_000,
chat_limit: 5_000,
remote_limit: 100_000,
@@ -251,8 +252,6 @@ config :pleroma, :instance,
]
]
-config :pleroma, :extensions, output_relationships_in_statuses_by_default: true
-
config :pleroma, :feed,
post_title: %{
max_length: 100,
@@ -378,6 +377,10 @@ config :pleroma, :rich_media,
config :pleroma, :media_proxy,
enabled: false,
+ invalidation: [
+ enabled: false,
+ provider: Pleroma.Web.MediaProxy.Invalidation.Script
+ ],
proxy_opts: [
redirect_on_failure: false,
max_body_length: 25 * 1_048_576,
diff --git a/config/description.exs b/config/description.exs
index a800d7823..324cae8cf 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -680,15 +680,6 @@ config :pleroma, :config_description, [
]
},
%{
- key: :federation_publisher_modules,
- type: {:list, :module},
- description:
- "List of modules for federation publishing. Module names are shortened (removed leading `Pleroma.Web.` part), but on adding custom module you need to use full name.",
- suggestions: [
- Pleroma.Web.ActivityPub.Publisher
- ]
- },
- %{
key: :allow_relay,
type: :boolean,
description: "Enable Pleroma's Relay, which makes it possible to follow a whole instance"
@@ -1903,12 +1894,6 @@ config :pleroma, :config_description, [
""",
children: [
%{
- key: :repo,
- type: :module,
- description: "Application's Ecto repo",
- suggestions: [Pleroma.Repo]
- },
- %{
key: :verbose,
type: {:dropdown, :atom},
description: "Logs verbose mode",
@@ -2683,18 +2668,6 @@ config :pleroma, :config_description, [
]
},
%{
- group: :http_signatures,
- type: :group,
- description: "HTTP Signatures settings",
- children: [
- %{
- key: :adapter,
- type: :module,
- suggestions: [Pleroma.Signature]
- }
- ]
- },
- %{
group: :pleroma,
key: :http,
type: :group,