Document generate commands (#3532)
* Document generate commands Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> * Fix examples and grammar Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
This commit is contained in:
parent
58893384e8
commit
6f751409b4
|
@ -95,3 +95,19 @@ in the current directory.
|
||||||
- Examples:
|
- Examples:
|
||||||
- `gitea dump`
|
- `gitea dump`
|
||||||
- `gitea dump --verbose`
|
- `gitea dump --verbose`
|
||||||
|
|
||||||
|
#### generate
|
||||||
|
|
||||||
|
Generates random values and tokens for usage in configuration file. Useful for generating values
|
||||||
|
for automatic deployments.
|
||||||
|
|
||||||
|
- Commands:
|
||||||
|
- `secret`:
|
||||||
|
- Options:
|
||||||
|
- `INTERNAL_TOKEN`: Token used for an internal API call authentication.
|
||||||
|
- `LFS_JWT_SECRET`: LFS authentication secret.
|
||||||
|
- `SECRET_KEY`: Global secret key.
|
||||||
|
- Examples:
|
||||||
|
- `gitea generate secret INTERNAL_TOKEN`
|
||||||
|
- `gitea generate secret LFS_JWT_SECRET`
|
||||||
|
- `gitea generate secret SECRET_KEY`
|
||||||
|
|
Loading…
Reference in New Issue