diff --git a/knowledge base/gitea.md b/knowledge base/gitea.md index 4f2e17a..7723d0e 100644 --- a/knowledge base/gitea.md +++ b/knowledge base/gitea.md @@ -1,5 +1,6 @@ # Gitea +1. [TL;DR](#tldr) 1. [Installation](#installation) 1. [Configuration](#configuration) 1. [LFS](#lfs) @@ -8,6 +9,13 @@ 1. [Further readings](#further-readings) 1. [Sources](#sources) +## TL;DR + +```sh +helm repo add 'gitea-charts' 'https://dl.gitea.com/charts/' +helm upgrade --install 'gitea' 'gitea-charts/gitea' +``` + ## Installation Docker [compose file]. @@ -115,6 +123,9 @@ Alternatives: - [Configuration cheat sheet] - [HTTPS setup to encrypt connections to Gitea] +- [Installation with Docker] +- [Installation with Helm] +- [Helm Chart] -[compose file]: /docker/gitea/docker-compose.yml +[compose file]: /containers/gitea/docker-compose.yml [configuration cheat sheet]: https://docs.gitea.com/administration/config-cheat-sheet +[helm chart]: https://gitea.com/gitea/helm-chart/ [https setup to encrypt connections to gitea]: https://docs.gitea.com/administration/https-setup +[installation with docker]: https://docs.gitea.com/installation/install-with-docker-rootless +[installation with helm]: https://docs.gitea.com/installation/install-on-kubernetes [website]: https://about.gitea.com/