Skip to content

Support Pleroma.Web.Preload

With pleroma!2381 (merged) we now have the ability to preload certain data into the frontend.

The default config looks like this:

config :pleroma, Pleroma.Web.Preload,
  providers: [
    Pleroma.Web.Preload.Providers.Instance
  ]

I think it's missing an entry in description.exs. Might need to be whitelisted here too.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information