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 #7 from YunoHost-Apps/bullseye

Fix bullseye
This commit is contained in:
yalh76 2022-04-03 04:40:47 +02:00 committed by GitHub
commit d2b0183112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 14 additions and 13 deletions

View file

@ -17,7 +17,7 @@ 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~ynh1
**Shipped version:** 2022.03.24~ynh2

View file

@ -13,7 +13,7 @@ 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~ynh1
**Version incluse :** 2022.03.24~ynh2

View file

@ -13,7 +13,8 @@
setup_private=1
setup_public=1
upgrade=1
upgrade=1 from_commit=CommitHash
# 2022.03.24~ynh1
upgrade=1 from_commit=a91277b139619ac194956c997f77a52172a822d3
backup_restore=1
multi_instance=1
port_already_use=0

View file

@ -5,7 +5,7 @@
"description": {
"en": " Build agents that monitor and act on your behalf. Your agents are standing by!"
},
"version": "2022.03.24~ynh1",
"version": "2022.03.24~ynh2",
"url": "https://github.com/huginn/hugin",
"upstream": {
"license": "MIT",

View file

@ -6,7 +6,7 @@
# dependencies used by the app
pkg_dependencies=""
build_pkg_dependencies="default-libmysqlclient-dev libyaml-dev libgdbm-dev libncurses5-dev libffi-dev libcurl4-openssl-dev libicu-dev python-docutils pkg-config cmake nodejs graphviz jq"
build_pkg_dependencies="default-libmysqlclient-dev libyaml-dev libgdbm-dev libncurses5-dev libffi-dev libcurl4-openssl-dev libicu-dev python3-docutils pkg-config cmake nodejs graphviz jq"
ruby_version=2.6

View file

@ -132,8 +132,8 @@ chown $app:$app "$final_path/.env"
ynh_script_progression --message="Starting a systemd service..."
# Start a systemd service
ynh_systemd_action --service_name="$app-web" --action="start" --log_path="/var/log/$app/$app-web.log" --line_match="Started"
ynh_systemd_action --service_name="$app-jobs" --action="start" --log_path="$final_path/log/production.log" --line_match="Started"
ynh_systemd_action --service_name="$app-web" --action="start" --log_path="/var/log/$app/$app-web.log" --line_match="listening on addr"
ynh_systemd_action --service_name="$app-jobs" --action="start" --log_path="$final_path/log/huginn-jobs.log" --line_match="listening on addr"
#=================================================
# RELOAD NGINX

View file

@ -180,8 +180,8 @@ yunohost service add "$app-jobs" --log="$final_path/log/production.log"
ynh_script_progression --message="Starting a systemd service..."
# Start a systemd service
ynh_systemd_action --service_name="$app-web" --action="start" --log_path="$final_path/log/unicorn.log" --line_match="Started"
ynh_systemd_action --service_name="$app-jobs" --action="start" --log_path="$final_path/log/production.log" --line_match="Starting"
ynh_systemd_action --service_name="$app-web" --action="start" --log_path="$final_path/log/unicorn.log" --line_match="listening on addr"
ynh_systemd_action --service_name="$app-jobs" --action="start" --log_path="$final_path/log/huginn-jobs.log" --line_match="Starting"
#=================================================
# SETUP SSOWAT

View file

@ -137,8 +137,8 @@ yunohost service add "$app-jobs" --log="$final_path/log/production.log"
ynh_script_progression --message="Starting a systemd service..."
# Start a systemd service
ynh_systemd_action --service_name="$app-web" --action="start" --log_path="$final_path/log/unicorn.log" --line_match="Started"
ynh_systemd_action --service_name="$app-jobs" --action="start" --log_path="$final_path/log/production.log" --line_match="Starting"
ynh_systemd_action --service_name="$app-web" --action="start" --log_path="$final_path/log/unicorn.log" --line_match="listening on addr"
ynh_systemd_action --service_name="$app-jobs" --action="start" --log_path="$final_path/log/huginn-jobs.log" --line_match="Starting"
#=================================================
# GENERIC FINALIZATION

View file

@ -174,8 +174,8 @@ yunohost service add "$app-jobs" --log="$final_path/log/production.log"
ynh_script_progression --message="Starting a systemd service..."
# Start a systemd service
ynh_systemd_action --service_name="$app-web" --action="start" --log_path="$final_path/log/unicorn.log" --line_match="Started"
ynh_systemd_action --service_name="$app-jobs" --action="start" --log_path="$final_path/log/production.log" --line_match="Starting"
ynh_systemd_action --service_name="$app-web" --action="start" --log_path="$final_path/log/unicorn.log" --line_match="listening on addr"
ynh_systemd_action --service_name="$app-jobs" --action="start" --log_path="$final_path/log/huginn-jobs.log" --line_match="Starting"
#=================================================
# RELOAD NGINX