{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %} {% raw %}
Nostrclient
Your endpoint:
Add relay
{{SITE_TITLE}} Nostrclient Extension

This extension is a always-on nostr client that other extensions can use to send and receive events on nostr. Add multiple nostr relays to connect to. The extension then opens a websocket for you to use at

Only Admin users can manage this extension.

{% endraw %} {% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}