Add Blossom server URL to global settings

This commit is contained in:
2026-08-11 14:03:38 -06:00
parent 4c20e8d7e0
commit 12a1570c7d
4 changed files with 13 additions and 1 deletions
@@ -29,6 +29,11 @@
title: "Relay URL",
description: "Websockets URL of a relay associated with #{Setting.primary_domain}"
) %>
<%= render FormElements::FieldsetResettableSettingComponent.new(
key: :nostr_blossom_server_url,
title: "Blossom server URL",
description: "HTTP URL of the Blossom media server to add to users' server lists during onboarding"
) %>
</ul>
</section>