Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2025-04-10 23:30:09 +10:00
636 changed files with 6711 additions and 4819 deletions

View File

@@ -34,7 +34,7 @@ $STD npm install -g flowise \
@opentelemetry/sdk-trace-node \
langchainhub
mkdir -p /opt/flowiseai
wget -q https://raw.githubusercontent.com/FlowiseAI/Flowise/main/packages/server/.env.example -O /opt/flowiseai/.env
curl -fsSL "https://raw.githubusercontent.com/FlowiseAI/Flowise/main/packages/server/.env.example" -o "/opt/flowiseai/.env"
msg_ok "Installed FlowiseAI"
msg_info "Creating Service"
@@ -51,7 +51,7 @@ Restart=always
[Install]
WantedBy=multi-user.target
EOF
systemctl enable -q --now flowise.service
systemctl enable -q --now flowise
msg_ok "Created Service"
motd_ssh