Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

HeliosShieldProject/agent-backend

Helios | Agent Backend

Installation

FastAPI

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

Wireguard

sudo apt update && sudo apt upgrade -y
. ./scripts/setup_wireguard.sh

Run

. ./sripts/start-dev.sh  # development
. ./sripts/start.sh  # production

Test

# manual adding peer test
. ./scripts/add_peer.sh <subnet+peer>  # 10.0.0.2

# test with curl
curl -X POST "http://localhost:{AGENT_BACKEND_PORT}/configs"

About

Helios fastapi agent backend

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published