diff --git a/.env b/.env new file mode 100644 index 0000000..1364f5d --- /dev/null +++ b/.env @@ -0,0 +1,19 @@ +# Folder where data should be saved +DATA_FOLDER=/root/n8n/ + +# The top level domain to serve from +DOMAIN_NAME=example.com + +# The subfolder to serve from +SUBFOLDER=app1 +N8N_PATH=/app1/ + +# DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from +# above example would result in: https://example.com/app1/ + +# Optional timezone to set which gets used by Cron-Node by default +# If not set New York time will be used +GENERIC_TIMEZONE=Europe/Berlin + +# The email address to use for the SSL certificate creation +SSL_EMAIL=user@example.com \ No newline at end of file diff --git a/package.json b/package.json index 1366d09..f490cbe 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "n8n-nodes-<...>", + "name": "n8n-nodes-s4ds", "version": "0.1.0", "description": "", "keywords": [