Files
Daniel Bedeleanu 5d21e72efd Fix run_standalone.py to use venv python for uvicorn
- Script was using /usr/bin/python3 which doesn't have uvicorn installed
- Now detects and uses venv/bin/python3 if available
- Backend now starts correctly with: 'python3 scripts/run_standalone.py start|restart'
- All services (Backend, Frontend, SSL Proxy) now start properly
2026-04-26 13:33:23 +03:00
..
2026-04-23 16:16:04 +03:00