mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Add pixelfed guide
This commit is contained in:
parent
27543a1d64
commit
b5d0a9c603
3 changed files with 32 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
<a href="/guides/dns">Adding a DNS proof</a><br>
|
||||
<a href="/guides/mastodon">Adding a Mastodon proof</a><br>
|
||||
<a href="/guides/pleroma">Adding a Pleroma proof</a><br>
|
||||
<a href="/guides/pixelfed">Adding a Pixelfed proof</a><br>
|
||||
<a href="/guides/twitter">Adding a Twitter proof</a><br>
|
||||
<a href="/guides/lobsters">Adding a Lobste.rs proof</a><br>
|
||||
<a href="/guides/hackernews">Adding a Hackernews proof</a><br>
|
||||
|
|
30
views/guides/pixelfed.content.php
Normal file
30
views/guides/pixelfed.content.php
Normal file
|
@ -0,0 +1,30 @@
|
|||
<p>Let's add a decentralized Pixelfed proof to your OpenPGP keys.</p>
|
||||
|
||||
<h3>Update the Pixelfed account</h3>
|
||||
|
||||
<p>Log in to your Pixelfed instance and add the following lines to your <strong>Bio</strong> (make sure to replace FINGERPRINT):</p>
|
||||
<code>This is an OpenPGP proof that connects my OpenPGP key to this Pixelfed account.
|
||||
For details check out https://keyoxide.org/guides/openpgp-proofs
|
||||
<br><br>[Verifying my OpenPGP key: openpgp4fpr:FINGERPRINT]
|
||||
</code>
|
||||
|
||||
<h3>Update the PGP key</h3>
|
||||
|
||||
<p>First, edit the key (make sure to replace FINGERPRINT):</p>
|
||||
<code>gpg --edit-key FINGERPRINT</code>
|
||||
|
||||
<p>Add a new notation:</p>
|
||||
<code>notation</code>
|
||||
|
||||
<p>Enter the notation (make sure to update the link):</p>
|
||||
<code>proof@metacode.biz=https://INSTANCE.ORG/users/USERNAME</code>
|
||||
|
||||
<p>Please note that the <strong>/users/</strong> part of the URL is mandatory for the proof to work.</p>
|
||||
|
||||
<p>Save the key:</p>
|
||||
<code>save</code>
|
||||
|
||||
<p>Upload the key to WKD or <a href="https://keys.openpgp.org">keys.openpgp.org</a> (make sure to replace FINGERPRINT):</p>
|
||||
<code>gpg --send-keys FINGERPRINT</code>
|
||||
|
||||
<p>And you're done! Reload your profile page, it should now show a verified Fediverse account (Pixelfed is part of the <a href="#https://en.wikipedia.org/wiki/Fediverse">Fediverse</a>).</p>
|
1
views/guides/pixelfed.title.php
Normal file
1
views/guides/pixelfed.title.php
Normal file
|
@ -0,0 +1 @@
|
|||
Adding a Pixelfed proof
|
Loading…
Reference in a new issue