chore: remove flowise built-in auth credentials

flowise no longer uses FLOWISE_USERNAME/PASSWORD for authentication
This commit is contained in:
Yury Kossakovsky
2025-12-21 18:32:51 -07:00
parent 42f78de284
commit f1285f864e
3 changed files with 0 additions and 13 deletions

View File

@@ -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!

View File

@@ -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:

View File

@@ -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"