mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 08:11:56 +02:00
update bluesky atproto setup to use .well-known vs dns
This commit is contained in:
parent
0d78a105d4
commit
8aa48f1ac2
5 changed files with 41 additions and 22 deletions
|
@ -35,10 +35,7 @@
|
|||
<li><a href="#nsfw" data-toggle="tab">18+</a></li>
|
||||
<% end %>
|
||||
|
||||
<% if @site.domain.empty? %>
|
||||
<li><a href="#bluesky" data-toggle="tab">Bluesky</a></li>
|
||||
<% end %>
|
||||
|
||||
<li><a href="#bluesky" data-toggle="tab">Bluesky</a></li>
|
||||
<li><a href="#delete" data-toggle="tab">Delete</a></li>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
|
|
|
@ -16,18 +16,11 @@
|
|||
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 here:</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 %>">
|
||||
<input name="did" type="text" style="width: 50%" placeholder="did:plc:somethingexamplesomething" value="<%= params[:did] %>">
|
||||
<br>
|
||||
<input class="btn-Action" type="submit" value="Update">
|
||||
</form>
|
||||
-->
|
||||
<input class="btn-Action" type="submit" value="Update DID">
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue