edit pass page: set your user visibility as public
continuous-integration/drone/push Build is passing Details

This commit is contained in:
ADRN 2024-01-17 19:45:09 +01:00
parent 5ebff4c9a4
commit 5cab79bada
1 changed files with 4 additions and 2 deletions

View File

@ -47,13 +47,15 @@ Get the `<hexa_of_your_gpg_key>`, 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/<your_gitea_username>.gpg | gpg2 --import # <hexa_of_your_gpg_key>
```
Also add your `<hexa_of_your_gpg_key>` to the `.gpg-id` file.
* Also add your `<hexa_of_your_gpg_key>` 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.