services-garbaye/podman-gitea/README.md
2022-05-27 09:09:00 +02:00

5 lines
248 B
Markdown

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>
```
[Config cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet/)