2022-03-25 01:57:17 +01:00
<!--
2024-03-29 07:07:10 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2022-03-25 01:57:17 +01:00
It shall NOT be edited by hand.
-->
2015-11-18 02:16:34 +01:00
2022-03-25 01:57:17 +01:00
# Huginn for YunoHost
2015-11-18 02:16:34 +01:00
2024-06-28 00:16:40 +02:00
[![Integration level ](https://dash.yunohost.org/integration/huginn.svg )](https://ci-apps.yunohost.org/ci/apps/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 )
2023-10-31 15:15:45 +01:00
2022-03-25 01:57:17 +01:00
[![Install Huginn with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=huginn)
2015-11-18 02:16:34 +01:00
2024-05-20 23:33:34 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2015-11-18 02:16:34 +01:00
2024-03-29 07:07:10 +01:00
> *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.*
2015-11-18 02:16:34 +01:00
2022-03-25 01:57:17 +01:00
## Overview
2015-11-18 02:16:34 +01:00
2022-03-25 01:57:17 +01:00
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.
2015-11-18 02:16:34 +01:00
2024-07-07 03:38:44 +02:00
**Shipped version:** 2024.07.06~ynh1
2015-11-18 02:16:34 +01:00
2022-03-25 01:57:17 +01:00
## Screenshots
2015-11-18 02:16:34 +01:00
2023-01-12 09:17:15 +01:00
![Screenshot of Huginn ](./doc/screenshots/your-agents.png )
2015-11-18 02:16:34 +01:00
2022-03-25 01:57:17 +01:00
## Documentation and resources
2015-11-18 02:16:34 +01:00
2024-03-29 07:07:10 +01:00
- Upstream app code repository: < https: // github . com / huginn / huginn >
- YunoHost Store: < https: // apps . yunohost . org / app / huginn >
- Report a bug: < https: // github . com / YunoHost-Apps / huginn_ynh / issues >
2022-03-25 01:57:17 +01:00
## Developer info
2024-03-29 07:07:10 +01:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/huginn_ynh/tree/testing ).
2022-03-25 01:57:17 +01:00
2024-03-29 07:07:10 +01:00
To try the `testing` branch, please proceed like that:
2023-01-12 09:17:15 +01:00
2024-03-29 07:07:10 +01:00
```bash
2022-03-25 01:57:17 +01:00
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
```
2024-03-29 07:07:10 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >