For environments where containers are not an option, you can deploy the Hyperterse build artifact directly on a server. The artifact is a self-contained directory — copy it to the target machine, set your environment variables, and start the process.Documentation Index
Fetch the complete documentation index at: https://docs.hyperterse.com/llms.txt
Use this file to discover all available pages before exploring further.
Deploy the artifact
Build on your CI machine (or locally), then transfer the output:Process management with systemd
Use a systemd unit to ensure Hyperterse starts on boot and restarts on failure:Reverse proxy
Place Hyperterse behind a reverse proxy (nginx, Caddy, HAProxy) for TLS termination, rate limiting, and access control:Multiple instances
Run multiple Hyperterse processes on different ports behind a load balancer for horizontal scaling:Checklist
Before going live, verify:- The process runs as a non-root user.
- Credentials are supplied through environment variables, not hardcoded.
- TLS is terminated at the proxy layer.
- The
/heartbeatendpoint is monitored. - Log output is routed to your logging infrastructure.
- Automatic restarts are configured (systemd, supervisor, or equivalent).