Fix invidious config (#796)

This commit is contained in:
YellowWords 2023-07-03 07:15:54 +00:00 committed by GitHub
parent 0e13e49f41
commit 6a7dfbc699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -6,12 +6,20 @@
"port": 8095,
"id": "invidious",
"version": "latest",
"tipi_version": 5,
"tipi_version": 6,
"supported_architectures": ["arm64", "amd64"],
"categories": ["media", "social"],
"description": "Invidious is an open source alternative front-end to YouTube.",
"short_desc": "An alternative front-end to YouTube",
"author": "iv-org",
"source": "https://github.com/iv-org/invidious",
"form_fields": []
"form_fields": [
{
"type": "random",
"min": 20,
"max": 20,
"label": "HMAC key",
"env_variable": "INVIDIOUS_HMAC_KEY"
}
]
}

View File

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