update README.md
This commit is contained in:
parent
4a9a592664
commit
ac49a8d208
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue