From b7fb8d26adb28daae0036058de551875ff817c3c Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 19 Mar 2025 20:49:52 +0600 Subject: [PATCH] docs/run-an-instance: add info about YOUTUBE_SESSION_SERVER --- 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 fe8316f5..b79e3fe8 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -81,6 +81,7 @@ sudo service nscd start | `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. | +| `YOUTUBE_SESSION_SERVER` | ➖ | `http://localhost:8080/` | url to an instance of [invidious' youtube-trusted-session-generator](https://github.com/iv-org/youtube-trusted-session-generator) or its fork/counterpart. used for automatically pulling poToken & visitor_data for youtube. can be local or remote. | \* the higher the nice value, the lower the priority. [read more here](https://en.wikipedia.org/wiki/Nice_(Unix)).