From d28ef8baded98548cf28511995ec4f6290bd6eaf 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:02:22 +0000 Subject: [PATCH] reflect real parameters used by public instances --- docs/improve-public-instance.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/improve-public-instance.md b/docs/improve-public-instance.md index 2289887..963138d 100644 --- a/docs/improve-public-instance.md +++ b/docs/improve-public-instance.md @@ -126,10 +126,12 @@ We assume that you have not changed the port `3000` from the default installatio host: invidious-db port: 5432 check_tables: true - # external_port: - # domain: - # https_only: false - # statistics_enabled: false + use_pubsub_feeds: true + use_innertube_for_captions: true + external_port: 443 + domain: mydomain.com + https_only: true + statistics_enabled: true hmac_key: "CHANGE_ME!!" healthcheck: test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1 @@ -156,10 +158,12 @@ We assume that you have not changed the port `3000` from the default installatio host: invidious-db port: 5432 check_tables: true - # external_port: - # domain: - # https_only: false - # statistics_enabled: false + use_pubsub_feeds: true + use_innertube_for_captions: true + external_port: 443 + domain: mydomain.com + https_only: true + statistics_enabled: true hmac_key: "CHANGE_ME!!" healthcheck: test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1