Files
agenticSeek/sources
Octopus 3fc2ac5235 fix: use BACKEND_PORT env var in uvicorn and honor base_url arg in searxSearch
- api.py: uvicorn.run was hardcoding port=7777 instead of using the
  port variable populated from BACKEND_PORT env var, making BACKEND_PORT
  ineffective when running python api.py directly
- searxSearch: add missing 'import sys' (caused NameError when run as
  standalone script) and use constructor base_url arg with env var
  fallback so searxSearch(base_url=...) actually takes effect
2026-04-06 10:43:16 +08:00
..
2025-05-17 22:04:07 +02:00
2025-06-01 16:47:05 +02:00
2025-05-04 19:29:31 +02:00
2025-05-17 22:04:07 +02:00
2025-04-01 18:49:37 +02:00