From 73790cbee68fb6c6727c29f07491919ae9cd5699 Mon Sep 17 00:00:00 2001 From: Kar Date: Wed, 30 Apr 2025 14:07:07 +0000 Subject: [PATCH] run cli --- hestia_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \