25 lines
702 B
Markdown
25 lines
702 B
Markdown
# Gitea
|
|
|
|
> Gitea est un service Git auto-hébergé très simple à installer et à utiliser. Il est similaire à GitHub, Bitbucket ou Gitlab.
|
|
>
|
|
> <cite>[Documentation][documentation]</cite>
|
|
|
|
Il est possible de configurer l'intégralité du service à l'aide de variable d'environnement voir [la documentation officiel](https://docs.gitea.io/en-us/install-with-docker/#managing-deployments-with-environment-variables).
|
|
|
|
## Commandes
|
|
|
|
```sh
|
|
$ ./run
|
|
```
|
|
|
|
## Liens
|
|
|
|
- [Site internet][site]
|
|
- [Code source][source]
|
|
- [Docker Hub][dockerhub]
|
|
|
|
[documentation]: https://docs.gitea.io/fr-fr/
|
|
[site]: https://gitea.io
|
|
[source]: https://github.com/go-gitea/gitea
|
|
[dockerhub]: https://hub.docker.com/r/gitea/gitea
|