update README.md

This commit is contained in:
az 2022-07-23 12:12:24 +02:00
parent 4a9a592664
commit ac49a8d208

View file

@ -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: 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. * Open the URL of your gitea-server, and you will be shown a configuration page.
* Add the administrator's data and submit the 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 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 * The SSH-URL for a repo has the format: "ssh://git@domain:2222/[username]/[repo].git
Example: "git clone ssh://git@repo.test.meissa-gmbh.de:30005/myuser/c4k-gitea.git" Example: "git clone ssh://git@repo.test.meissa.de:2222/myuser/c4k-gitea.git"
## License ## License