From 160160704d2acdd88784db3243e033d0b459c7df Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Sun, 3 Nov 2024 11:29:42 -0500 Subject: [PATCH] docs/run-an-instance: add missing `DISABLED_SERVICES` (#882) --- docs/run-an-instance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/run-an-instance.md b/docs/run-an-instance.md index 66a7d51d..60a3c8aa 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -79,6 +79,7 @@ sudo service nscd start | `API_AUTH_REQUIRED` | ➖ | `1` | when set to `1`, the user always needs to be authenticated in some way before they can access the API (either via an api key or via turnstile, if enabled). | | `API_REDIS_URL` | ➖ | `redis://localhost:6379` | when set, cobalt uses redis instead of internal memory for the tunnel cache. | | `API_INSTANCE_COUNT` | ➖ | `2` | supported only on Linux and node.js `>=23.1.0`. when configured, cobalt will spawn multiple sub-instances amongst which requests will be balanced. | +| `DISABLED_SERVICES` | ➖ | `bilibili,youtube` | comma-separated list which disables certain services from being used. | \* the higher the nice value, the lower the priority. [read more here](https://en.wikipedia.org/wiki/Nice_(Unix)).