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

Auto-update README

This commit is contained in:
yunohost-bot 2022-03-25 00:57:17 +00:00
parent 18f75334d1
commit 0b1ff20ad5
2 changed files with 79 additions and 24 deletions

View file

@ -1,33 +1,46 @@
# YunoHost Huginn app #
<!--
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.
-->
##Notes
# Huginn for YunoHost
- Work only on root-domain
- No SSO auto login
- Eveything is compiled from source, may take a while to install.
[![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)
[![Install Huginn with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=huginn)
##Tested on :
*[Lire ce readme en français.](./README_fr.md)*
- Debian 7.9 inside Docker
> *This package allows you to install Huginn 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.*
##Config Post Install
## Overview
Change the Unicorn config if needed, the [requirements.md](https://github.com/cantino/huginn/blob/master/doc/manual/requirements.md#unicorn-workers) has a section explaining the suggested amount of unicorn workers:
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.
# Increase the amount of workers if you expect to have a high load instance.
# 2 are enough for most use cases, if the server has less then 2GB of RAM
# decrease the worker amount to 1
sudo -u huginn -H editor config/unicorn.rb
##Files
`unicorn.rb` and `.env` are located in :
/home/hugin/hugin
**Note:** You have to re-export the init script every time you change the configuration in `.env` or your `Procfile`!
sudo rake production:export
**Shipped version:** 2022.03.24~ynh1
#More information:
https://github.com/cantino/huginn
## Screenshots
![](./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
## 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.
```
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

42
README_fr.md Normal file
View file

@ -0,0 +1,42 @@
# 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)
[![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.*
## Vue d'ensemble
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~ynh1
## Captures d'écran
![](./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
## 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.
```
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