docs/run-an-instance: add info about CUSTOM_INNERTUBE_CLIENT

This commit is contained in:
wukko 2025-03-14 09:05:58 +06:00
parent d2d098dbfb
commit f103bcfaa3
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -80,6 +80,7 @@ sudo service nscd start
| `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. |
| `CUSTOM_INNERTUBE_CLIENT` | | `IOS` | innertube client that will be used instead of the default one. |
\* the higher the nice value, the lower the priority. [read more here](https://en.wikipedia.org/wiki/Nice_(Unix)).