[PR #141] Cursor/fix auth docker activate 89c5 #1128

Open
opened 2026-05-03 01:59:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/141
Author: @Abdullakala
Created: 4/27/2026
Status: 🔄 Open

Base: mainHead: cursor/fix-auth-docker-activate-89c5


📝 Commits (9)

  • fd1f24f chore: add setup/install/deploy/start automation and update app/core changes
  • 292c7ed chore: add handoff bundle scripts and artifacts
  • cb6ba48 fix: address PR review comments for setup/deploy/start scripts
  • b927a7a fix: resolve AUTH_SECRET loading order and improve config defaults
  • 36e63ea feat: add API reverse proxy to nginx and fix prod compose
  • 3f5b86f feat: add docker-compose.deploy.yml for GHCR-based deployment
  • 60c280e fix: improve .env.example and Makefile configuration
  • 13747e3 fix: use safe REDIS_URL defaults in event system
  • ae9bf0c fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/141 **Author:** [@Abdullakala](https://github.com/Abdullakala) **Created:** 4/27/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `cursor/fix-auth-docker-activate-89c5` --- ### 📝 Commits (9) - [`fd1f24f`](https://github.com/reconurge/flowsint/commit/fd1f24f091460097719cc3fd80a18c27405579b3) chore: add setup/install/deploy/start automation and update app/core changes - [`292c7ed`](https://github.com/reconurge/flowsint/commit/292c7ed3f6df494b23442ba41a5aded1a175a3e6) chore: add handoff bundle scripts and artifacts - [`cb6ba48`](https://github.com/reconurge/flowsint/commit/cb6ba48bc94c920b0ddb7a42c33524169a5fc378) fix: address PR review comments for setup/deploy/start scripts - [`b927a7a`](https://github.com/reconurge/flowsint/commit/b927a7ac68e288c02cf1f18d9947a4f7af347a40) fix: resolve AUTH_SECRET loading order and improve config defaults - [`36e63ea`](https://github.com/reconurge/flowsint/commit/36e63ea7c88bf6350496fc0cbc95d78e434d33de) feat: add API reverse proxy to nginx and fix prod compose - [`3f5b86f`](https://github.com/reconurge/flowsint/commit/3f5b86fc8bc263a5e20769ee22813ccae9c8b98c) feat: add docker-compose.deploy.yml for GHCR-based deployment - [`60c280e`](https://github.com/reconurge/flowsint/commit/60c280e546c97b65acaae5b50958c7ae1e2bccb6) fix: improve .env.example and Makefile configuration - [`13747e3`](https://github.com/reconurge/flowsint/commit/13747e3543fec5f4495d8fb0508d7b767c2134dd) fix: use safe REDIS_URL defaults in event system - [`ae9bf0c`](https://github.com/reconurge/flowsint/commit/ae9bf0c9e18fa26437d0708d88e41380d8d72c37) fix: use correct Scan model column for task results ### 📊 Changes **42 files changed** (+6218 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-03 01:59:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#1128