diff --git a/.env.example b/.env.example index cc8791e..f2aed9f 100644 --- a/.env.example +++ b/.env.example @@ -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! diff --git a/docker-compose.yml b/docker-compose.yml index 14685d2..cca0de3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/scripts/03_generate_secrets.sh b/scripts/03_generate_secrets.sh index ab99591..08068b0 100755 --- a/scripts/03_generate_secrets.sh +++ b/scripts/03_generate_secrets.sh @@ -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"