2022-05-26 19:00:27 +00:00
|
|
|
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>
|
|
|
|
```
|
2022-09-08 17:10:37 +00:00
|
|
|
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/)
|
|
|
|
|