Commit Graph

9 Commits

Author SHA1 Message Date
Yury Kossakovsky
c1287b69d3 Change file permissions for start_services.py to make it executable 2025-05-14 14:01:15 -06:00
Yury Kossakovsky
97492aa158 Merge remote-tracking branch 'upstream' 2025-05-12 10:49:37 -06:00
Cole Medin
5e83b70fd4 Merge pull request #52 from cprima-forks/fix/searxng-detection-improvements
fix(start_services): improve SearXNG container detection and startup clarity
2025-05-12 07:04:10 -05:00
Yury Kossakovsky
ad5a76f402 Implement Supabase service management in start_services.py and update 04_wizard.sh
- Added functionality to check if Supabase is enabled via the .env file before cloning the repository and preparing the environment.
- Updated the command execution flow to conditionally include Supabase in the Docker commands based on its enabled status.
- Enhanced the service selection wizard in 04_wizard.sh to include Supabase as an option for user selection.
2025-05-09 15:58:33 -06:00
Yury Kossakovsky
c24716930d Refactor local AI service startup in start_services.py
- Removed the profile argument from the start_local_ai function to simplify the service startup process.
- Updated the main function to call start_local_ai without the profile parameter, streamlining the command execution.
2025-05-05 13:57:13 -06:00
Christian Prior-Mamulyan
335150ade9 fix(start_services): improve SearXNG container detection and startup clarity
- Ensure docker exec does not fail hard when checking uwsgi.ini existence
- Improve robustness of first-run detection for SearXNG service
- Small cosmetic improvements to startup logs
- No functional changes if container and file detection succeeds
2025-04-27 23:16:27 +02:00
Christian Prior-Mamulyan
6e2a7e3317 fix: clean up startup process by including Supabase compose and improving container handling
Extended Description:
- Use 'include:' in docker-compose.yml to properly merge Supabase services.
- Update start_services.py to pass --profile during container shutdown to prevent orphan containers and leftover networks.
- Update README upgrade instructions to reflect these changes.
- This fixes the orphan containers, stuck 'localai_default' network, and incomplete Ollama container updates.

This change ensures clean startup/shutdown cycles and improves reliability without increasing complexity.
2025-04-27 23:15:34 +02:00
Cole Medin
cf4d9b8a50 Initial addition of SearXNG and Caddy 2025-03-08 12:17:01 -06:00
Cole Medin
bf966e9d6d Initial Commit for Revamped Local AI Package with Supabase 2025-02-16 15:12:32 -06:00