From e6b1a016c4bb7b9556107eb7bd875f1103c4f9e2 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Thu, 8 Sep 2022 19:10:37 +0200 Subject: [PATCH] Gitea : maj README.md --- podman-gitea/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/podman-gitea/README.md b/podman-gitea/README.md index fa51684..d8d5d12 100644 --- a/podman-gitea/README.md +++ b/podman-gitea/README.md @@ -2,4 +2,9 @@ To add a user (first admin or registration closed) : ``` podman exec --user 1000 gitea gitea admin user create --admin --username --password --email ``` -[Config cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) \ No newline at end of file +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/) +