Gitea : maj README.md

This commit is contained in:
Gitouche 2022-09-08 19:10:37 +02:00
parent 56184db58c
commit e6b1a016c4

View file

@ -2,4 +2,9 @@ To add a user (first admin or registration closed) :
``` ```
podman exec --user 1000 gitea gitea admin user create --admin --username <name> --password <password> --email <email> podman exec --user 1000 gitea gitea admin user create --admin --username <name> --password <password> --email <email>
``` ```
Check after upgrade :
```
podman exec --user git gitea gitea doctor --all --log-file ""
```
[Config cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) [Config cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet/)