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