From ac49a8d2085300462c615a123d8156d6e6a130e4 Mon Sep 17 00:00:00 2001 From: az Date: Sat, 23 Jul 2022 12:12:24 +0200 Subject: [PATCH] update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f87bb0d..2f92982 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,12 @@ Your input will stay in your browser. No server interaction is required. After having deployed the yaml-file generated by the c4k-gitea module you need to complete the setup for gitea: -* Open the URL of your just deployed gitea-server and you will be shown a configuration page. -* Add the administrator's data and submit the page. +* Open the URL of your gitea-server, and you will be shown a configuration page. +* Adjust the settings according to your needs +* Add the administrator's data (name, password and email) and submit the page. * The required database will be created and the Gitea setup will be completed. -* The SSH-URL for a repo has the format: "ssh://git@domain:30005/[]/[repo].git - Example: "git clone ssh://git@repo.test.meissa-gmbh.de:30005/myuser/c4k-gitea.git" +* The SSH-URL for a repo has the format: "ssh://git@domain:2222/[username]/[repo].git + Example: "git clone ssh://git@repo.test.meissa.de:2222/myuser/c4k-gitea.git" ## License