update doc

This commit is contained in:
Michael Jerger 2023-04-07 15:36:48 +02:00
parent 2d930d15dd
commit 80c4b315c9

View file

@ -6,10 +6,12 @@
## Purpose ## Purpose
c4k-forgejo provides a k8s deployment file for forgejo containing: c4k-forgejo provides a k8s deployment file for forgejo containing:
* forgejo * forgejo
* ingress having a letsencrypt managed certificate * ingress having a letsencrypt managed certificate
* postgres database * postgres database
* encrypted backup on S3 & restore
* monitoring on graphana-cloud
## Try out ## 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. Your input will stay in your browser. No server interaction is required.
## Forgejo setup ## Forgejo setup
After having deployed the yaml-file generated by the c4k-forgejo module you need to complete the setup for forgejo: 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 * 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" Example: "git clone ssh://git@repo.test.meissa.de:2222/myuser/c4k-forgejo.git"
## License ## License
Copyright © 2022 meissa GmbH Copyright © 2023 meissa GmbH
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License") Licensed under the [Apache License, Version 2.0](LICENSE) (the "License")
Pls. find licenses of our subcomponents [here](doc/SUBCOMPONENT_LICENSE) Pls. find licenses of our subcomponents [here](doc/SUBCOMPONENT_LICENSE)