Fix invidious config (#796)
This commit is contained in:
parent
0e13e49f41
commit
6a7dfbc699
|
@ -6,12 +6,20 @@
|
||||||
"port": 8095,
|
"port": 8095,
|
||||||
"id": "invidious",
|
"id": "invidious",
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"supported_architectures": ["arm64", "amd64"],
|
"supported_architectures": ["arm64", "amd64"],
|
||||||
"categories": ["media", "social"],
|
"categories": ["media", "social"],
|
||||||
"description": "Invidious is an open source alternative front-end to YouTube.",
|
"description": "Invidious is an open source alternative front-end to YouTube.",
|
||||||
"short_desc": "An alternative front-end to YouTube",
|
"short_desc": "An alternative front-end to YouTube",
|
||||||
"author": "iv-org",
|
"author": "iv-org",
|
||||||
"source": "https://github.com/iv-org/invidious",
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ services:
|
||||||
host: invidious-db
|
host: invidious-db
|
||||||
port: 5432
|
port: 5432
|
||||||
check_tables: true
|
check_tables: true
|
||||||
|
hmac_key: ${INVIDIOUS_HMAC_KEY}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
|
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
Loading…
Reference in New Issue
Block a user