1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

changed to 217

This commit is contained in:
Jonathan Bennetts 2023-03-07 14:28:03 +00:00
parent 04a43c1ea7
commit b669bcde31
4 changed files with 3 additions and 4 deletions

View file

@ -21,4 +21,4 @@ Notification=none
;;; Upgrade options
; commit=0d34c8a15f95a3dc3b9e1d233bc03410d182628a
name=#29
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=9001&
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&port=9001&

View file

@ -6,7 +6,7 @@
"en": "Workflow Automation Tool. Easily automate tasks across different services",
"fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services"
},
"version": "0.218.0~ynh1",
"version": "0.217.0~ynh1",
"url": "https://n8n.io/",
"upstream": {
"license": "Apache-2.0",

View file

@ -6,7 +6,7 @@
nodejs_version=16
n8n_version=0.218.0
n8n_version=0.217.0
#=================================================
# PERSONAL HELPERS

View file

@ -25,7 +25,6 @@ db_user=$db_name
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
admin=$(ynh_app_setting_get --app=$app --key=admin)
password=$(ynh_app_setting_get --app=$app --key=password)
timezone="$(cat /etc/timezone)"
email=$(ynh_app_setting_get --app=$app --key=email)