1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00
This commit is contained in:
Jonathan Bennetts 2023-03-07 12:05:43 +00:00
parent f0f7e88de6
commit 04a43c1ea7
2 changed files with 9 additions and 2 deletions

View file

@ -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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
},
"default": true
}
]

View file

@ -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)