update doc
This commit is contained in:
parent
2d930d15dd
commit
80c4b315c9
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,12 @@
|
|||
## Purpose
|
||||
|
||||
c4k-forgejo provides a k8s deployment file for forgejo containing:
|
||||
|
||||
* forgejo
|
||||
* ingress having a letsencrypt managed certificate
|
||||
* postgres database
|
||||
|
||||
* encrypted backup on S3 & restore
|
||||
* monitoring on graphana-cloud
|
||||
|
||||
## Try out
|
||||
|
||||
|
@ -19,7 +21,6 @@ Click on the image to try out live in your browser:
|
|||
|
||||
Your input will stay in your browser. No server interaction is required.
|
||||
|
||||
|
||||
## Forgejo setup
|
||||
|
||||
After having deployed the yaml-file generated by the c4k-forgejo module you need to complete the setup for forgejo:
|
||||
|
@ -31,9 +32,8 @@ After having deployed the yaml-file generated by the c4k-forgejo module you need
|
|||
* 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-forgejo.git"
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2022 meissa GmbH
|
||||
Copyright © 2023 meissa GmbH
|
||||
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License")
|
||||
Pls. find licenses of our subcomponents [here](doc/SUBCOMPONENT_LICENSE)
|
Loading…
Reference in a new issue