Route GitLab stats and health checks through a configurable proxy
This commit is contained in:
@@ -54,6 +54,7 @@ automatically. Non-secret settings go directly in `docker-compose.yml`:
|
||||
| `OPENWEBUI_TOKEN` | Open WebUI API key — enables the prompt line + model list (**set in `.env`**) |
|
||||
| `GITEA_TOKEN` | Gitea API token — private repo stats (public repos work without it) |
|
||||
| `GITLAB_TOKEN` | GitLab API token — private project stats (public projects work without it) |
|
||||
| `GITLAB_PROXY` | Forward proxy (HTTP CONNECT) for all GitLab requests — git stats **and** the online badge (**set in `.env`**). Change the URL when the proxy stack moves; unset = direct connection. With the proxy on the docker host use `http://host.docker.internal:8118` (the container resolves `host.docker.internal` via `extra_hosts`)
|
||||
| `GITEA_URL` / `GITLAB_URL` / `NETBIRD_URL` / `OPENWEBUI_URL` | Override the default service URLs |
|
||||
| `GPU_STATS_URL` | GPU stats upstream (default: the `gpu-stats` compose service) |
|
||||
| `OLLAMA_URL` | Ollama instance for loaded-model stats (default: `http://100.103.83.12:11435`) |
|
||||
|
||||
Reference in New Issue
Block a user