Initial implementation of image preview proxy. Media proxy tests refactoring.
This commit is contained in:
parent
3a014dd609
commit
bbdad85568
7 changed files with 198 additions and 101 deletions
|
|
@ -388,6 +388,11 @@ config :pleroma, :media_proxy,
|
|||
],
|
||||
whitelist: []
|
||||
|
||||
config :pleroma, :media_preview_proxy,
|
||||
enabled: false,
|
||||
limit_dimensions: "400x200",
|
||||
max_body_length: 25 * 1_048_576
|
||||
|
||||
config :pleroma, :chat, enabled: true
|
||||
|
||||
config :phoenix, :format_encoders, json: Jason
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue