main
Kar 2025-04-30 14:07:07 +00:00
parent 3c4d5badbd
commit 73790cbee6
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ if __name__ == "__main__":
#API_KEY=your-secret-key #API_KEY=your-secret-key
#WHITELISTED_IPS=127.0.0.1,192.168.1.10 #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 \ #curl -X POST http://your-server-ip:3001/vesta/add-user \
# -H "x-api-key: your_api_key_here" \ # -H "x-api-key: your_api_key_here" \