WIP: Static FE
Compare changes
Files
11+ 2
− 1
@@ -166,7 +166,8 @@ config :pleroma, :instance,
Static FE is a minimal frontend that can render activities stored on the instance without requiring JavaScript. It does not allow composing new activities or anything other than viewing. Since guests do not require the capabilities of Pleroma FE, it also helps to reduce server load on busy instances.
To enable Static FE, add to your configuration:
config :pleroma, :instance,
static_fe: true
There is still a lot to do: