From e5b7808540cfcb34a1d3757c12c2e316a9cc9f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:14:18 +0000 Subject: [PATCH] Add the new post install parameters (#474) * Add the new post install parameters * Link to the config file from master instead of a specific commit --------- Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> --- docs/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index c8d2edc..71d2f40 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -233,6 +233,10 @@ If you use a reverse proxy, you **must** configure invidious to properly serve r `external_port: 443`: if you are serving your instance via https, set it to 443 +`use_pubsub_feeds: true`: if you are serving your instance on the internet, allow for faster notification of new videos ([detailed explanation](https://github.com/iv-org/invidious/blob/master/config/config.example.yml#L430). + +`use_innertube_for_captions: true`: if you are serving a public instance or you are hosting invidious in a datacenter, allow to unblock captions ([detailed explanation](https://github.com/iv-org/invidious/issues/2567#issuecomment-1727928996)). + ## Update Invidious #### Updating a Docker install