{% extends "admin/archivebox_change_form.html" %} {% load static %} {% block bodyclass %}{{ block.super }} app-personas model-persona{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block form_top %}

Create a new Persona (Authentication + Configuration Profile)

Import cookies and settings from any Chrome-based browser by pasting in its Profile Path from chrome://version, or by pasting in a CDP url from chrome://inspect#remote-debugging (e.g. http://127.0.0.1:9222).

You can also import cookies into this persona from another browser using the ArchiveBox browser extension. Create the persona here, then select it in the extension's settings to sync cookies from that browser.

{{ block.super }} {% endblock %} {% block after_field_sets %} {{ block.super }}

Plugin Config

These typed controls update the same Persona config JSON shown above. Shared config keys stay synced across plugin sections.

{% include "plugins/plugin_config_grid.html" with plugin_groups=adminform.form.plugin_groups %}
{% endblock %}