Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin page to manage federation (or MRF policy in general) #5

Open
null2264 opened this issue Sep 2, 2023 · 0 comments
Open

Admin page to manage federation (or MRF policy in general) #5

null2264 opened this issue Sep 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request priority: 2 Bothersome but I can handle it

Comments

@null2264
Copy link
Owner

null2264 commented Sep 2, 2023

Currently, federation can be managed from instance timeline, would be more convenience to also have it on Dashboard page

Page Path: Dashboard > Federation Config

Reference:

  • Config (config.exs)
config :pleroma, :mrf,
  policies: [Pleroma.Web.ActivityPub.MRF.SimplePolicy]

config :pleroma, :mrf_simple,
  media_removal: [{"illegalporn.biz", "Media can contain illegal contant"}],
  media_nsfw: [{"porn.biz", "unmarked nsfw media"}, {"porn.business", "A lot of unmarked nsfw media"}],
  reject: [{"spam.com", "They keep spamming our users"}],
  federated_timeline_removal: [{"spam.university", "Annoying low-quality posts who otherwise fill up TWKN"}],
  report_removal: [{"whiny.whiner", "Keep spamming us with irrelevant reports"}]
  • API endpoint: /api/v1/pleroma/admin/config
@null2264 null2264 added the enhancement New feature or request label Sep 2, 2023
@null2264 null2264 self-assigned this Sep 2, 2023
@null2264 null2264 changed the title Admin page to manage federation Admin page to manage federation (or MRF policy in general) Sep 4, 2023
@null2264 null2264 added the priority: 2 Bothersome but I can handle it label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: 2 Bothersome but I can handle it
Projects
None yet
Development

No branches or pull requests

1 participant