mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #141] Cursor/fix auth docker activate 89c5 #987
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/141
Author: @Abdullakala
Created: 4/27/2026
Status: 🔄 Open
Base:
main← Head:cursor/fix-auth-docker-activate-89c5📝 Commits (9)
fd1f24fchore: add setup/install/deploy/start automation and update app/core changes292c7edchore: add handoff bundle scripts and artifactscb6ba48fix: address PR review comments for setup/deploy/start scriptsb927a7afix: resolve AUTH_SECRET loading order and improve config defaults36e63eafeat: add API reverse proxy to nginx and fix prod compose3f5b86ffeat: add docker-compose.deploy.yml for GHCR-based deployment60c280efix: improve .env.example and Makefile configuration13747e3fix: use safe REDIS_URL defaults in event systemae9bf0cfix: use correct Scan model column for task results📊 Changes
42 files changed (+6218 additions, -65 deletions)
View changed files
📝
.env.example(+26 -4)➕
COMMANDS.makefile(+264 -0)➕
FILES_INDEX.md(+427 -0)📝
Makefile(+6 -6)➕
QUICK_REFERENCE.sh(+385 -0)➕
SETUP_DEPLOYMENT_GUIDE.md(+368 -0)➕
agent_handoff_bundle.sh(+181 -0)➕
deploy.sh(+341 -0)➕
docker-compose.deploy.yml(+145 -0)📝
docker-compose.prod.yml(+1 -1)📝
flowsint-api/app/api/deps.py(+2 -10)📝
flowsint-app/nginx.conf(+16 -0)📝
flowsint-app/src/api/api.ts(+1 -1)📝
flowsint-app/src/api/auth-service.ts(+8 -4)📝
flowsint-app/src/api/chat-transport.ts(+1 -1)📝
flowsint-app/src/hooks/use-auth.ts(+2 -4)📝
flowsint-app/src/hooks/use-events.ts(+1 -1)📝
flowsint-app/src/hooks/use-graph-refresh.ts(+1 -1)📝
flowsint-app/src/routes/login.tsx(+4 -4)📝
flowsint-app/src/routes/register.tsx(+0 -6)...and 22 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.