Invidious config for captions (#3386)

* Invidious config for captions

* Update docker-compose.yml

* version bump
This commit is contained in:
Brahim Hadriche 2024-05-06 13:49:21 -04:00 committed by GitHub
parent 1eb2acaa47
commit 6650a4abc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"port": 8095,
"id": "invidious",
"version": "latest",
"tipi_version": 8,
"tipi_version": 9,
"categories": ["media", "social"],
"description": "Invidious is an open source alternative front-end to YouTube.",
"short_desc": "An alternative front-end to YouTube",

View File

@ -18,6 +18,7 @@ services:
port: 5432
check_tables: true
hmac_key: ${INVIDIOUS_HMAC_KEY}
use_innertube_for_captions: true
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
interval: 30s

View File

@ -19,6 +19,7 @@ services:
port: 5432
check_tables: true
hmac_key: ${INVIDIOUS_HMAC_KEY}
use_innertube_for_captions: true
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
interval: 30s