mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
chore: remove flowise built-in auth credentials
flowise no longer uses FLOWISE_USERNAME/PASSWORD for authentication
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
##### Change the name of this file to .env after updating it!
|
||||
|
||||
############
|
||||
# [required]
|
||||
# flowise credentials - you set this to whatever you want, just make it a long and secure string for both!
|
||||
############
|
||||
|
||||
FLOWISE_USERNAME=
|
||||
FLOWISE_PASSWORD=
|
||||
|
||||
|
||||
############
|
||||
# [required]
|
||||
# n8n credentials - you set this to whatever you want, just make it a long and secure string for both!
|
||||
|
||||
@@ -141,8 +141,6 @@ services:
|
||||
environment:
|
||||
<<: *proxy-env
|
||||
PORT: 3001
|
||||
FLOWISE_USERNAME: ${FLOWISE_USERNAME}
|
||||
FLOWISE_PASSWORD: ${FLOWISE_PASSWORD}
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
|
||||
@@ -44,7 +44,6 @@ EMAIL_VARS=(
|
||||
"COMFYUI_USERNAME"
|
||||
"DASHBOARD_USERNAME"
|
||||
"DOCLING_USERNAME"
|
||||
"FLOWISE_USERNAME"
|
||||
"LANGFUSE_INIT_USER_EMAIL"
|
||||
"LETSENCRYPT_EMAIL"
|
||||
"LIGHTRAG_USERNAME"
|
||||
@@ -77,7 +76,6 @@ declare -A VARS_TO_GENERATE=(
|
||||
["DIFY_SECRET_KEY"]="secret:64" # Dify application secret key (maps to SECRET_KEY in Dify)
|
||||
["DOCLING_PASSWORD"]="password:32"
|
||||
["ENCRYPTION_KEY"]="hex:64" # Langfuse Encryption Key (32 bytes -> 64 hex chars)
|
||||
["FLOWISE_PASSWORD"]="password:32"
|
||||
["GOST_PASSWORD"]="password:32"
|
||||
["GOST_USERNAME"]="fixed:gost"
|
||||
["GRAFANA_ADMIN_PASSWORD"]="password:32"
|
||||
|
||||
Reference in New Issue
Block a user