{% extends "base.html" %} {% load static %} {% block title %} {{object.preferredUsername|default:object.id }} - ActivityPub Actor {% endblock %} {% block metadescription %} ActivityPub actor profile for {{ object.preferredUsername|default:object.id }} {% endblock %} {% block css %} {% endblock %} {% block content %}
{% if object.imgurl %} {{ object.preferredUsername|default:'Actor' }} avatar {% else %} {% endif %}
{{ object.name|default:object.preferredUsername|default:"Unknown Actor" }}
@{{ object.preferredUsername|default:object.profile.slug|default:"unknown" }}
{{ actor.type }} {% if not object.remote %} {% endif %}
{% if object.profile.summary %}

About

{{ object.profile.summary|linebreaks }}

{% endif %}

ActivityPub Endpoints

Actor ID {{ object.id }}
{% if not actor.remote %}
Public Key {{ object.keyID }}
{% endif %}

Properties

Type
{{ object.type }}
Discoverable
{% if object.discoverable %} Yes {% else %} No {% endif %}
Manual Approval
{% if object.manuallyApprovesFollowers %} Required {% else %} Automatic {% endif %}
Instance
{% if object.remote %} Remote {% else %} Local {% endif %}

ActivityPub JSON-LD

To view this actor's ActivityPub JSON-LD representation, request this page with Accept: application/ld+json or Accept: application/activity+json headers.

View JSON-LD

{% endblock %}