Commit Graph

4 Commits

Author SHA1 Message Date
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
7c4441a962 Build [v1.14.22] 2026-04-23 16:16:04 +03:00
a5a460e765 feat(08): implement SSOT architecture for network configuration 2026-04-23 13:58:33 +03:00
1621625bfb feat(07-03): convert run_standalone.sh to Python with YAML config parsing 2026-04-23 12:46:50 +03:00