this post was submitted on 21 Aug 2023
22 points (95.8% liked)

Fediverse

17570 readers
5 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

I've been running my self-hosted one user Pleroma (like Mastodon) instance. When I discovered Lemmy I started following some communities from it and also posted some comments.

Since then lemmy.ml makes one request per second to my /inbox url.

Can someone who knows ActivityPub explain why is necessary one request per second always? What are all these POST requests for?

On top of that, is there any way to tell a server or a relay to stop sending information to my inbox? Like if for example I followed someone in that server, but I don't follow them anymore, is there any way to tell the remote server to stop? If I start returning a 403 or something like that will it stop?

you are viewing a single comment's thread
view the rest of the comments
[–] namelivia@lemmy.world 1 points 1 year ago (1 children)

I haven't inspected the content of the requests though, I just saw them on my proxy logs. It may be worth checking. Thanks!

[–] YurkshireLad@lemmy.ca 1 points 1 year ago

Definitely the content of each request, otherwise you won’t know why your server is being hit. Use wireshark if necessary. Or there’s a command line utility to do the same thing but I can’t remember it’s name right now.