1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/huginn_ynh.git synced 2024-09-03 19:26:13 +02:00

Merge pull request #10 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-01-13 17:46:47 +01:00 committed by GitHub
commit 422418b6a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 26 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Huginn for YunoHost # Huginn for YunoHost
[![Integration level](https://dash.yunohost.org/integration/huginn.svg)](https://dash.yunohost.org/appci/app/huginn) ![](https://ci-apps.yunohost.org/ci/badges/huginn.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/huginn.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/huginn.svg)](https://dash.yunohost.org/appci/app/huginn) ![Working status](https://ci-apps.yunohost.org/ci/badges/huginn.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/huginn.maintain.svg)
[![Install Huginn with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=huginn) [![Install Huginn with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=huginn)
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -17,30 +17,28 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do. Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
**Shipped version:** 2022.03.24~ynh2 **Shipped version:** 2022.03.24~ynh3
## Screenshots ## Screenshots
![](./doc/screenshots/your-agents.png) ![Screenshot of Huginn](./doc/screenshots/your-agents.png)
## Documentation and resources ## Documentation and resources
* Official app website: https://github.com/huginn/hugin * Upstream app code repository: <https://github.com/huginn/huginn>
* Upstream app code repository: https://github.com/huginn/huginn * YunoHost documentation for this app: <https://yunohost.org/app_huginn>
* YunoHost documentation for this app: https://yunohost.org/app_huginn * Report a bug: <https://github.com/YunoHost-Apps/huginn_ynh/issues>
* Report a bug: https://github.com/YunoHost-Apps/huginn_ynh/issues
## Developer info ## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/huginn_ynh/tree/testing). Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/huginn_ynh/tree/testing).
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug
or or
sudo yunohost app upgrade huginn -u https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug sudo yunohost app upgrade huginn -u https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug
``` ```
**More info regarding app packaging:** https://yunohost.org/packaging_apps **More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,10 +1,14 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# Huginn pour YunoHost # Huginn pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/huginn.svg)](https://dash.yunohost.org/appci/app/huginn) ![](https://ci-apps.yunohost.org/ci/badges/huginn.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/huginn.maintain.svg) [![Niveau d'intégration](https://dash.yunohost.org/integration/huginn.svg)](https://dash.yunohost.org/appci/app/huginn) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/huginn.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/huginn.maintain.svg)
[![Installer Huginn avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=huginn) [![Installer Huginn avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=huginn)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Huginn rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet d'installer Huginn 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.* Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@ -13,30 +17,28 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do. Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
**Version incluse :** 2022.03.24~ynh2 **Version incluse :** 2022.03.24~ynh3
## Captures d'écran ## Captures d'écran
![](./doc/screenshots/your-agents.png) ![Capture d'écran de Huginn](./doc/screenshots/your-agents.png)
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : https://github.com/huginn/hugin * Dépôt de code officiel de l'app : <https://github.com/huginn/huginn>
* Dépôt de code officiel de l'app : https://github.com/huginn/huginn * Documentation YunoHost pour cette app : <https://yunohost.org/app_huginn>
* Documentation YunoHost pour cette app : https://yunohost.org/app_huginn * Signaler un bug : <https://github.com/YunoHost-Apps/huginn_ynh/issues>
* Signaler un bug : https://github.com/YunoHost-Apps/huginn_ynh/issues
## Informations pour les développeurs ## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/huginn_ynh/tree/testing). Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/huginn_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit. Pour essayer la branche testing, procédez comme suit.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade huginn -u https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug sudo yunohost app upgrade huginn -u https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug
``` ```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps **Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>

View file

@ -5,11 +5,10 @@
"description": { "description": {
"en": " Build agents that monitor and act on your behalf. Your agents are standing by!" "en": " Build agents that monitor and act on your behalf. Your agents are standing by!"
}, },
"version": "2022.03.24~ynh2", "version": "2022.03.24~ynh3",
"url": "https://github.com/huginn/hugin", "url": "https://github.com/huginn/hugin",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",
"website": "https://github.com/huginn/hugin",
"code": "https://github.com/huginn/huginn" "code": "https://github.com/huginn/huginn"
}, },
"license": "MIT", "license": "MIT",
@ -19,7 +18,7 @@
"url": "https://github.com/onde2rock/huginn_ynh" "url": "https://github.com/onde2rock/huginn_ynh"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [