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:
ericgaspar 2022-08-18 11:19:08 +02:00
parent c04b77f267
commit 96ea2399c5
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ N8N_USER_FOLDER=__DATADIR__
# Authentication - IMPORTANT ALWAYS CHANGE!
N8N_BASIC_AUTH_ACTIVE=true
N8N_BASIC_AUTH_USER=__ADMIN__
N8N_BASIC_AUTH_PASSWORD=__PASSWORD__
N8N_BASIC_AUTH_PASSWORD="__PASSWORD__"
# The path n8n is deployed to.
N8N_PATH=__PATH__/

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.182.1~ynh1",
"version": "0.191.0~ynh1",
"url": "https://n8n.io/",
"upstream": {
"license": "Apache-2.0",
@ -19,7 +19,7 @@
"name": "fflorent"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [

View file

@ -6,7 +6,7 @@
nodejs_version=16
n8n_version=0.182.1
n8n_version=0.191.0
#=================================================
# PERSONAL HELPERS