docs: removed old env vars
Deploy / deploy (push) Successful in 1m22s

This commit is contained in:
2026-09-10 11:20:05 +00:00
parent 7762629634
commit 50b5ee2964
3 changed files with 1 additions and 15 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ Open the server's page. Within a minute or two you should see:
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| Script stops at "Unsupported architecture" | The machine is not 64-bit x86 or ARM |
| "Checksum mismatch!" | An interrupted download, or a proxy rewriting the response. Run it again |
| "Could not determine latest agent version" | The machine cannot reach the release host, or `GITEA_HOST` is not set on your control plane |
| "Could not determine latest agent version" | The machine cannot reach the release host, `gitea.hostxtra.co.uk` |
| Service runs, server stays `pending` | The machine cannot reach the agent port. Test it from that machine, not from the control plane |
| Registers, then goes `offline` | A firewall or proxy allows the first connection but drops the long-lived one |
| "Server limit reached" | Your licence allowance is full. Raise it in Vantage HQ, or remove a server you no longer manage |
@@ -48,9 +48,6 @@ GRPC_HOST=vantage.example.com:9090
# 32 bytes as 64 hex characters. Generate it with the command below.
KEY_ENCRYPTION_KEY=
# The host serving agent downloads.
GITEA_HOST=gitea.hostxtra.co.uk
# Optional: host port for the bundled nginx proxy. Defaults to 80.
# NGINX_HTTP_PORT=80
```
@@ -61,16 +58,6 @@ Generate the encryption key:
openssl rand -hex 32
```
Then make sure the `server` service passes `GITEA_HOST` through, by adding this
line to its `environment:` block in `docker-compose.yml`:
```yaml
GITEA_HOST: ${GITEA_HOST}
```
Without it, the install command you hand to a new server cannot work out which
agent to download.
:::danger Keep the encryption key safe
`KEY_ENCRYPTION_KEY` encrypts SSH private keys, vault secrets, single sign-on
client secrets and console credentials. If you lose it, all of those become