From e9406af69ecd309b4a8445bc426a3de99573943f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:08:47 +0000 Subject: [PATCH 1/2] Add the new post install parameters --- docs/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 53e03758..dd66f9f2 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -232,6 +232,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/842e9fade58414c606b8d97b5050c5f9c9ab77dd/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 From 577ada5cfb0327d5d2300fa0b5b7b7d42e8ee489 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:14:08 +0100 Subject: [PATCH 2/2] Link to the config file from master instead of a specific commit --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index dd66f9f2..1b1e6797 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -232,7 +232,7 @@ 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/842e9fade58414c606b8d97b5050c5f9c9ab77dd/config/config.example.yml#L430). +`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)).