RSS Amplifier

Pete Zaitcev · Dec 8, 2023

Pleroma and restricted timelines

0
Sign in to vote or save

zaitcev.livejournal.com

Problem: you run a Pleroma instance, and you want to restrict the composite timelines to logged-in users only, but without going to the full "public: false". This is a common ask, and the option restrict_unauthenticated is documented, but the syntax is far from obvious!

Solution:



config :pleroma, :restrict_unauthenticated,

 timelines: %{local: true, federated: true}

LJ Video

Read the original on zaitcev.livejournal.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.