feat: simple, but not stupid, uploader for IPFS

fix: format fix with credo
This commit is contained in:
Claudio Maradonna 2022-04-07 18:25:02 +02:00
commit fa2a6d5d6b
No known key found for this signature in database
GPG key ID: 0CBA58694C5680D9
5 changed files with 107 additions and 2 deletions

View file

@ -82,6 +82,10 @@ config :ex_aws, :s3,
# region: "us-east-1", # may be required for Amazon AWS
scheme: "https://"
config :pleroma, Pleroma.Uploaders.IPFS,
post_gateway_url: nil,
get_gateway_url: nil
config :pleroma, :emoji,
shortcode_globs: ["/emoji/custom/**/*.png"],
pack_extensions: [".png", ".gif"],