Nostr Relay Connect (NRC) allows remote access to this relay through a public relay tunnel.
Create connection strings for your devices to sync securely.
{#if !nrcEnabled}
{#if badgerRequired}
NRC requires the Badger database backend.
Set ORLY_DB_TYPE=badger to enable NRC functionality.
{:else}
NRC is not enabled on this relay.
Set ORLY_NRC_ENABLED=true and configure ORLY_NRC_RENDEZVOUS_URL to enable.
{/if}
{:else if !isLoggedIn}
Please log in to manage relay connections.
{:else if userRole !== "owner"}
Owner permission required for relay connection management.