mirror of
https://github.com/YunoHost-Apps/huginn_ynh.git
synced 2024-09-03 19:26:13 +02:00
commit
422418b6a0
3 changed files with 25 additions and 26 deletions
20
README.md
20
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# 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)
|
||||
|
||||
*[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.
|
||||
|
||||
**Shipped version:** 2022.03.24~ynh2
|
||||
|
||||
|
||||
**Shipped version:** 2022.03.24~ynh3
|
||||
|
||||
## Screenshots
|
||||
|
||||
![](./doc/screenshots/your-agents.png)
|
||||
![Screenshot of Huginn](./doc/screenshots/your-agents.png)
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://github.com/huginn/hugin
|
||||
* Upstream app code repository: https://github.com/huginn/huginn
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_huginn
|
||||
* Report a bug: https://github.com/YunoHost-Apps/huginn_ynh/issues
|
||||
* Upstream app code repository: <https://github.com/huginn/huginn>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_huginn>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/huginn_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
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.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug
|
||||
or
|
||||
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>
|
||||
|
|
26
README_fr.md
26
README_fr.md
|
@ -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
|
||||
|
||||
[![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)
|
||||
|
||||
*[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.
|
||||
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.
|
||||
|
||||
**Version incluse :** 2022.03.24~ynh2
|
||||
|
||||
|
||||
**Version incluse :** 2022.03.24~ynh3
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
![](./doc/screenshots/your-agents.png)
|
||||
![Capture d'écran de Huginn](./doc/screenshots/your-agents.png)
|
||||
|
||||
## 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
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_huginn
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/huginn_ynh/issues
|
||||
* Dépôt de code officiel de l'app : <https://github.com/huginn/huginn>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_huginn>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/huginn_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
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.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/huginn_ynh/tree/testing --debug
|
||||
ou
|
||||
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>
|
||||
|
|
|
@ -5,11 +5,10 @@
|
|||
"description": {
|
||||
"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",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
"website": "https://github.com/huginn/hugin",
|
||||
"code": "https://github.com/huginn/huginn"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -19,7 +18,7 @@
|
|||
"url": "https://github.com/onde2rock/huginn_ynh"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Reference in a new issue