mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
49 lines
1.9 KiB
Markdown
49 lines
1.9 KiB
Markdown
<!--
|
|
NB: Deze README is automatisch gegenereerd door <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
Hij mag NIET handmatig aangepast worden.
|
|
-->
|
|
|
|
# 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: <https://gitea.io/>
|
|
- Officiele beheerdersdocumentatie: <https://docs.gitea.io/>
|
|
- Upstream app codedepot: <https://github.com/go-gitea/gitea>
|
|
- YunoHost-store: <https://apps.yunohost.org/app/gitea>
|
|
- Meld een bug: <https://github.com/YunoHost-Apps/gitea_ynh/issues>
|
|
|
|
## 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:** <https://yunohost.org/packaging_apps>
|