edit pass page: set your user visibility as public
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5ebff4c9a4
commit
5cab79bada
1 changed files with 4 additions and 2 deletions
|
@ -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`.
|
It's in the format `0x0123456789ABCDEF`.
|
||||||
Beware to take the key of your main key (line begins with `pub`, not with `sub`).
|
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>
|
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.
|
Now `git commit/pull/push`, and tell yo' friends that you're all set.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue