From d0038319e71e26aa5e7ed8f3afc8fecac8bcf56b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 9 Nov 2023 12:45:20 +0000 Subject: [PATCH] Auto-update README --- README.md | 16 +--------------- README_fr.md | 17 +---------------- 2 files changed, 2 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index b1cd8a5..dfb963e 100644 --- a/README.md +++ b/README.md @@ -25,26 +25,12 @@ GitLab Runner is a continuous integration tool to use with a GitLab instance (YN ![Screenshot of GitLab Runner](./doc/screenshots/ci-cd-test-deploy-illustration_2x.png) -## Disclaimers / important information - -## Configuration - -How to configure this app: by the admin panel of GitLab or the settings "CI/CD" of your project. - -### System configuration - -Running a Gitlab Runner mandates to choose [an executor](https://docs.gitlab.com/runner/executors/) at registeration time (when the Gitlab Runner instance registers to a Gitlab instance). For now this YunoHost application only supports the `docker` executor. - -## Additional information - -* To retrieve the information to be provided to the installation such as the `token` or the `gitlab's url` you must go here: `Settings->CI/CD->Runners->"Set up a specific Runner manually"` in the project or admin section of the GitLab instance to link to this runner. -* If you get this message during a job: `Could not resolve host: you.domain.tld`, you can add `dns_search = [“you.domain.tld”]` in the section `[[runners]]` section. - ## Documentation and resources * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index eeaf3c9..0b0cbf0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,27 +25,12 @@ GitLab Runner est un outil d'intégration continue à utiliser avec une instance ![Capture d’écran de GitLab Runner](./doc/screenshots/ci-cd-test-deploy-illustration_2x.png) -## Avertissements / informations importantes - -## Configuration - -Comment configurer cette application: via le panneau d'administration de GitLab ou les paramettres "CI/CD" de votre projet. - -### Configuration système - -Lors du premier démarrage d'un Gitlab Runner, [un exécuteur](https://docs.gitlab.com/runner/executors/) doit être choisi (Lorsque l'instance Gitlab Runner s'enregistre auprès d'une instance Gitlab). Pour l'instant, cette application YunoHost ne supporte que l'[exécuteur `docker`](https://docs.gitlab.com/runner/executors/docker.html). - -## Informations additionnelles - -* Pour récupérer les informations à fournir à l'installation comme le `token` ou `l'url gitlab` vous devez vous rendre ici : `Settings->CI/CD->Runners->"Set up a specific Runner manually"` dans le projet -ou la section admin de l'instance GitLab à relier à ce runner. -* Si vous avez ce message pendant un travail : `Could not resolve host : you.domain.tld`, vous pouvez ajouter `dns_search = ["you.domain.tld"]` dans la section `[[runners]]`. - ## Documentations et ressources * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs