Merge branch 'feature/upload-limits' into 'develop'
configurable media upload limits Closes #118 See merge request pleroma/pleroma!401
This commit is contained in:
commit
a880e0a527
6 changed files with 101 additions and 54 deletions
|
|
@ -85,6 +85,9 @@ config :pleroma, :instance,
|
|||
description: "A Pleroma instance, an alternative fediverse server",
|
||||
limit: 5000,
|
||||
upload_limit: 16_000_000,
|
||||
avatar_upload_limit: 2_000_000,
|
||||
background_upload_limit: 4_000_000,
|
||||
banner_upload_limit: 4_000_000,
|
||||
registrations_open: true,
|
||||
federating: true,
|
||||
allow_relay: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue