neocities/views/settings/site/bluesky.erb

33 lines
No EOL
1 KiB
Text

<h2>Bluesky Integration</h2>
<p>
You can now verify control of your site on Neocities to create a domain based handle on <a href="https://bsky.app/">Bluesky</a>.
</p>
<p>
<strong>Bluesky App <i class="fa fa-arrow-right"></i> "Settings" <i class="fa fa-arrow-right"></i> "Account" <i class="fa fa-arrow-right"></i> "@ Handle"</strong>
</p>
<p>
Domain: <span style="color: gray">@</span><strong><%= @site.username %>.neocities.org</strong>
</p>
<p>
Select <strong>No DNS Panel</strong>
</p>
<p>
Back on Neocities, create a new file on your site named: <strong>.well-known/atproto-did</strong>
</p>
<p>
Paste the DID provided to the file you created, click save, and then click "Verify Text File" on the Bluesky app.
</p>
<!--
<form method="POST" action="/settings/<%= @site.username %>/bluesky_set_did">
<%== csrf_token_input_html %>
<input name="did" type="text" style="width: 50%" placeholder="did=did:plc:somethingexamplesomething" value="<%= @bluesky_did %>">
<br>
<input class="btn-Action" type="submit" value="Update">
</form>
-->