# Gitea voor Yunohost
[![Integratieniveau](https://dash.yunohost.org/integration/gitea.svg)](https://ci-apps.yunohost.org/ci/apps/gitea/) ![Mate van functioneren](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Onderhoudsstatus](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg)
[![Gitea met Yunohost installeren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea)
*[Deze README in een andere taal lezen.](./ALL_README.md)*
> *Met dit pakket kun je Gitea snel en eenvoudig op een YunoHost-server installeren.*
> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.*
## Overzicht
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
**Geleverde versie:** 1.22.3~ynh1
## Schermafdrukken
![Schermafdrukken van Gitea](./doc/screenshots/screenshot.png)
## Documentatie en bronnen
- Officiele website van de app:
- Officiele beheerdersdocumentatie:
- Upstream app codedepot:
- YunoHost-store:
- Meld een bug:
## Ontwikkelaarsinformatie
Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/gitea_ynh/tree/testing).
Om de `testing`-branch uit te proberen, ga als volgt te werk:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/gitea_ynh/tree/testing --debug
of
sudo yunohost app upgrade gitea -u https://github.com/YunoHost-Apps/gitea_ynh/tree/testing --debug
```
**Verdere informatie over app-packaging:**