From 5cab79badaa2bb97662889774c88e33141c4853e Mon Sep 17 00:00:00 2001 From: ADRN Date: Wed, 17 Jan 2024 19:45:09 +0100 Subject: [PATCH] edit pass page: set your user visibility as public --- content/operations/pass.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/operations/pass.md b/content/operations/pass.md index b68c783..019e4c7 100644 --- a/content/operations/pass.md +++ b/content/operations/pass.md @@ -47,13 +47,15 @@ Get the ``, which you can get with `gpg --list-keys --keyi It's in the format `0x0123456789ABCDEF`. Beware to take the key of your main key (line begins with `pub`, not with `sub`). -Add your key address to the `Import keys` section of the repo's `README.md`: +* Add your key address to the `Import keys` section of the repo's `README.md`: ``` curl https://git.deuxfleurs.fr/.gpg | gpg2 --import # ``` -Also add your `` to the `.gpg-id` file. +* Also add your `` to the `.gpg-id` file. + +* In [your Gitea settings](https://git.deuxfleurs.fr/user/settings), ensure your User visibility is `Public`. Now `git commit/pull/push`, and tell yo' friends that you're all set.