diff --git a/conf/.env b/conf/.env index f5ba6b9..ae10826 100644 --- a/conf/.env +++ b/conf/.env @@ -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__/ diff --git a/manifest.json b/manifest.json index d463e6a..a6ccc2e 100755 --- a/manifest.json +++ b/manifest.json @@ -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": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index a592354..214709e 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.182.1 +n8n_version=0.191.0 #================================================= # PERSONAL HELPERS