mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-26 21:50:47 +03:00
[v11.0] Fix typos (#1150)
**Backport:** https://codeberg.org/forgejo/docs/pulls/1146 Writing "lose" with two O's is a common mistake. Co-authored-by: Paul-Emmanuel Raoul <skyper@skyplabs.net> Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1150 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: forgejo-website <forgejo-website@noreply.codeberg.org> Co-committed-by: forgejo-website <forgejo-website@noreply.codeberg.org>
This commit is contained in:
parent
c7816043b9
commit
376e0976f8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ To work with the Chef package registry, you have to use [`knife`](https://docs.c
|
|||
|
||||
The Chef package registry does not use an username:password authentication but signed requests with a private:public key pair.
|
||||
Visit the package owner settings page to create the necessary key pair.
|
||||
Only the public key is stored inside Forgejo. if you loose access to the private key you must re-generate the key pair.
|
||||
Only the public key is stored inside Forgejo. If you lose access to the private key you must re-generate the key pair.
|
||||
[Configure `knife`](https://docs.chef.io/workstation/knife_setup/) to use the downloaded private key with your Forgejo username as `client_name`.
|
||||
|
||||
## Configure the package registry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue