Uploads fun, part. 2
This commit is contained in:
parent
97b00d366f
commit
02d3dc6869
17 changed files with 491 additions and 265 deletions
|
|
@ -10,11 +10,19 @@ config :pleroma, ecto_repos: [Pleroma.Repo]
|
|||
|
||||
config :pleroma, Pleroma.Repo, types: Pleroma.PostgresTypes
|
||||
|
||||
# Upload configuration
|
||||
config :pleroma, Pleroma.Upload,
|
||||
uploader: Pleroma.Uploaders.Local,
|
||||
strip_exif: false,
|
||||
# filters: [Pleroma.Upload.DedupeFilter, Pleroma.Upload.MogrifyFilter],
|
||||
filters: [],
|
||||
proxy_remote: false,
|
||||
proxy_opts: [inline_content_types: true, keep_user_agent: true]
|
||||
proxy_opts: []
|
||||
|
||||
# Strip Exif
|
||||
# Also put Pleroma.Upload.MogrifyFilter in the `filters` list of Pleroma.Upload configuration.
|
||||
# config :pleroma, Pleroma.Upload.MogrifyFilter,
|
||||
# args: "strip"
|
||||
# Pleroma.Upload.MogrifyFilter: [args: "strip"]
|
||||
|
||||
config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue