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!
|
||||
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__/
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
nodejs_version=16
|
||||
|
||||
n8n_version=0.182.1
|
||||
n8n_version=0.191.0
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue