From b5d0a9c603588bf67c4f4508269d2314d23241da Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Tue, 7 Jul 2020 08:29:13 +0200 Subject: [PATCH] Add pixelfed guide --- views/guides.php | 1 + views/guides/pixelfed.content.php | 30 ++++++++++++++++++++++++++++++ views/guides/pixelfed.title.php | 1 + 3 files changed, 32 insertions(+) create mode 100644 views/guides/pixelfed.content.php create mode 100644 views/guides/pixelfed.title.php diff --git a/views/guides.php b/views/guides.php index 9d85f3e..c616d33 100644 --- a/views/guides.php +++ b/views/guides.php @@ -20,6 +20,7 @@ Adding a DNS proof
Adding a Mastodon proof
Adding a Pleroma proof
+ Adding a Pixelfed proof
Adding a Twitter proof
Adding a Lobste.rs proof
Adding a Hackernews proof
diff --git a/views/guides/pixelfed.content.php b/views/guides/pixelfed.content.php new file mode 100644 index 0000000..8733c88 --- /dev/null +++ b/views/guides/pixelfed.content.php @@ -0,0 +1,30 @@ +

Let's add a decentralized Pixelfed proof to your OpenPGP keys.

+ +

Update the Pixelfed account

+ +

Log in to your Pixelfed instance and add the following lines to your Bio (make sure to replace FINGERPRINT):

+This is an OpenPGP proof that connects my OpenPGP key to this Pixelfed account. +For details check out https://keyoxide.org/guides/openpgp-proofs +

[Verifying my OpenPGP key: openpgp4fpr:FINGERPRINT] +
+ +

Update the PGP key

+ +

First, edit the key (make sure to replace FINGERPRINT):

+gpg --edit-key FINGERPRINT + +

Add a new notation:

+notation + +

Enter the notation (make sure to update the link):

+proof@metacode.biz=https://INSTANCE.ORG/users/USERNAME + +

Please note that the /users/ part of the URL is mandatory for the proof to work.

+ +

Save the key:

+save + +

Upload the key to WKD or keys.openpgp.org (make sure to replace FINGERPRINT):

+gpg --send-keys FINGERPRINT + +

And you're done! Reload your profile page, it should now show a verified Fediverse account (Pixelfed is part of the Fediverse).

diff --git a/views/guides/pixelfed.title.php b/views/guides/pixelfed.title.php new file mode 100644 index 0000000..943c44f --- /dev/null +++ b/views/guides/pixelfed.title.php @@ -0,0 +1 @@ +Adding a Pixelfed proof