reflect real parameters used by public instances

This commit is contained in:
Émilien (perso) 2023-12-01 15:02:22 +00:00 committed by GitHub
parent 8e5cad3280
commit d28ef8bade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 8 deletions

View File

@ -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