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
+4 -1
View File
@@ -35,7 +35,10 @@
<li>Receive zaps in your Lightning account</li>
<% end %>
<% if Setting.nostr_relay_url.present? %>
<li>Publish notes on <%= link_to "our relay", Setting.nostr_relay_url_http, class: "ks-text-link", target: "_blank" %></li>
<li>Publish notes and other stuff on our Nostr relay</li>
<% end %>
<% if Setting.nostr_blossom_server_url.present? %>
<li>Publish media files on our Nostr media server</li>
<% end %>
</ul>
<% end %>