From 04a43c1ea7e9fcdc4eacfc2bab7fc25a20492097 Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Tue, 7 Mar 2023 12:05:43 +0000 Subject: [PATCH] updates --- manifest.json | 10 +++++++++- scripts/change_url | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 20ee18f..704c441 100755 --- a/manifest.json +++ b/manifest.json @@ -37,13 +37,21 @@ "example": "/n8n", "default": "/n8n" }, + { + "name": "admin", + "type": "user", + "help": { + "en": "Users email address to use for notifications", + "fr": "Adresse e-mail des utilisateurs à utiliser pour les notifications" + } + }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, n8n will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, n8n sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." - }, + }, "default": true } ] diff --git a/scripts/change_url b/scripts/change_url index bd7f4e2..284631f 100755 --- a/scripts/change_url +++ b/scripts/change_url @@ -34,7 +34,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)