diff --git a/hestia_runner.py b/hestia_runner.py index d615da4..c27ba40 100644 --- a/hestia_runner.py +++ b/hestia_runner.py @@ -112,7 +112,7 @@ if __name__ == "__main__": #API_KEY=your-secret-key #WHITELISTED_IPS=127.0.0.1,192.168.1.10 -# cd /root/hestia_runner/ && uvicorn hestia_runner:app --host 0.0.0.0 --port 1002 +# cd /root/hestia_runner/ && source .venv/bin/activate.fish && uvicorn hestia_runner:app --host 0.0.0.0 --port 1002 #curl -X POST http://your-server-ip:3001/vesta/add-user \ # -H "x-api-key: your_api_key_here" \