Services

Overview of all services running on the Hawknest infrastructure.

Traefik

Reverse proxy and load balancer. Handles HTTPS termination with automatically provisioned Let's Encrypt certificates. Routes traffic to backend services based on Docker labels.

AmneziaWG

VPN service using the AmneziaWG protocol. Provides encrypted tunneling with traffic obfuscation to bypass DPI-based censorship.

Web Transport Relay

Experimental web transport proxy that tunnels Telegram traffic through HTTPS WebSocket connections. Appears as a normal website to network observers.

Maintenance

Updating a service

ssh root@server
cd /root/projects/<service>
docker compose pull
docker compose up -d

Disk cleanup

docker system prune -af
df -h /