{% extends "base.html" %} {% load static %} {% block title %} {{actor.preferredUsername|default:actor.id }} - Inbox {% endblock %} {% block metadescription %} ActivityPub inbox for {{ actor.preferredUsername|default:actor.id }} {% endblock %} {% block css %} {% endblock %} {% block content %}
{{ actor.profile.summary|linebreaks }}
{% endif %}This is the ActivityPub inbox endpoint for receiving activities. Other fediverse actors can send activities to this endpoint.
Supported Methods: POST (for receiving activities), GET (for viewing this page)
This inbox accepts the following ActivityPub activity types:
This inbox uses HTTP Signature verification to authenticate incoming activities. Only valid, signed activities from verified fediverse actors are processed. {% if actor.manuallyApprovesFollowers %} This actor requires manual approval for follow requests. {% else %} This actor automatically accepts follow requests. {% endif %}