Auto-update README
This commit is contained in:
parent
2f7c22664e
commit
acafdc7a5e
2 changed files with 26 additions and 24 deletions
25
README.md
25
README.md
|
@ -3,43 +3,44 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app
|
|||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Gitea Runner for YunoHost
|
||||
# Forgejo Runner for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/gitea-runner.svg)](https://dash.yunohost.org/appci/app/gitea-runner) ![Working status](https://ci-apps.yunohost.org/ci/badges/gitea-runner.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gitea-runner.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/forgejo-runner.svg)](https://dash.yunohost.org/appci/app/forgejo-runner) ![Working status](https://ci-apps.yunohost.org/ci/badges/forgejo-runner.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/forgejo-runner.maintain.svg)
|
||||
|
||||
[![Install Gitea Runner with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea-runner)
|
||||
[![Install Forgejo Runner with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=forgejo-runner)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install Gitea Runner quickly and simply on a YunoHost server.
|
||||
> *This package allows you to install Forgejo Runner quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
|
||||
Act runner is a runner for Gitea based on Gitea fork of act.
|
||||
|
||||
**Shipped version:** 0.2.6~ynh1
|
||||
**Shipped version:** 3.0.3~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
![Screenshot of Gitea Runner](./doc/screenshots/example.jpg)
|
||||
![Screenshot of Forgejo Runner](./doc/screenshots/example.jpg)
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Upstream app code repository: <https://gitea.com/gitea/act_runner>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/gitea-runner>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/gitea-runner_ynh/issues>
|
||||
* Official admin documentation: <https://forgejo.org/docs/next/admin/actions/#forgejo-runner>
|
||||
* Upstream app code repository: <https://code.forgejo.org/forgejo/runner>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/forgejo-runner>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/forgejo-runner_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/gitea-runner_ynh/tree/testing).
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/forgejo-runner_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/gitea-runner_ynh/tree/testing --debug
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/forgejo-runner_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade gitea-runner -u https://github.com/YunoHost-Apps/gitea-runner_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade forgejo-runner -u https://github.com/YunoHost-Apps/forgejo-runner_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
25
README_fr.md
25
README_fr.md
|
@ -3,15 +3,15 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app
|
|||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Gitea Runner pour YunoHost
|
||||
# Forgejo Runner pour YunoHost
|
||||
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/gitea-runner.svg)](https://dash.yunohost.org/appci/app/gitea-runner) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea-runner.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea-runner.maintain.svg)
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/forgejo-runner.svg)](https://dash.yunohost.org/appci/app/forgejo-runner) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/forgejo-runner.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/forgejo-runner.maintain.svg)
|
||||
|
||||
[![Installer Gitea Runner avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea-runner)
|
||||
[![Installer Forgejo Runner avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=forgejo-runner)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d’installer Gitea Runner rapidement et simplement sur un serveur YunoHost.
|
||||
> *Ce package vous permet d’installer Forgejo Runner rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d’ensemble
|
||||
|
@ -19,28 +19,29 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Act runner est un coureur pour Gitea basé sur le fork d'act de Gitea.
|
||||
|
||||
|
||||
**Version incluse :** 0.2.6~ynh1
|
||||
**Version incluse :** 3.0.3~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
![Capture d’écran de Gitea Runner](./doc/screenshots/example.jpg)
|
||||
![Capture d’écran de Forgejo Runner](./doc/screenshots/example.jpg)
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Dépôt de code officiel de l’app : <https://gitea.com/gitea/act_runner>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/gitea-runner>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/gitea-runner_ynh/issues>
|
||||
* Documentation officielle de l’admin : <https://forgejo.org/docs/next/admin/actions/#forgejo-runner>
|
||||
* Dépôt de code officiel de l’app : <https://code.forgejo.org/forgejo/runner>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/forgejo-runner>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/forgejo-runner_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/gitea-runner_ynh/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/forgejo-runner_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/gitea-runner_ynh/tree/testing --debug
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/forgejo-runner_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade gitea-runner -u https://github.com/YunoHost-Apps/gitea-runner_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade forgejo-runner -u https://github.com/YunoHost-Apps/forgejo-runner_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue