mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
0.191.0
This commit is contained in:
parent
c04b77f267
commit
96ea2399c5
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ N8N_USER_FOLDER=__DATADIR__
|
||||||
# Authentication - IMPORTANT ALWAYS CHANGE!
|
# Authentication - IMPORTANT ALWAYS CHANGE!
|
||||||
N8N_BASIC_AUTH_ACTIVE=true
|
N8N_BASIC_AUTH_ACTIVE=true
|
||||||
N8N_BASIC_AUTH_USER=__ADMIN__
|
N8N_BASIC_AUTH_USER=__ADMIN__
|
||||||
N8N_BASIC_AUTH_PASSWORD=__PASSWORD__
|
N8N_BASIC_AUTH_PASSWORD="__PASSWORD__"
|
||||||
|
|
||||||
# The path n8n is deployed to.
|
# The path n8n is deployed to.
|
||||||
N8N_PATH=__PATH__/
|
N8N_PATH=__PATH__/
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Workflow Automation Tool. Easily automate tasks across different services",
|
"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"
|
"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/",
|
"url": "https://n8n.io/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"name": "fflorent"
|
"name": "fflorent"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
nodejs_version=16
|
nodejs_version=16
|
||||||
|
|
||||||
n8n_version=0.182.1
|
n8n_version=0.191.0
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue