2022-07-28 17:46:12 +00:00
|
|
|
{
|
2022-08-24 09:18:00 +00:00
|
|
|
"$schema": "../schema.json",
|
2022-07-28 17:46:12 +00:00
|
|
|
"name": "Invidious",
|
|
|
|
"available": true,
|
2022-09-07 19:18:41 +00:00
|
|
|
"exposable": true,
|
2022-07-28 17:46:12 +00:00
|
|
|
"port": 8095,
|
|
|
|
"id": "invidious",
|
2022-08-24 09:18:00 +00:00
|
|
|
"version": "latest",
|
2023-07-20 21:39:28 +00:00
|
|
|
"tipi_version": 7,
|
2022-10-19 19:10:46 +00:00
|
|
|
"supported_architectures": ["arm64", "amd64"],
|
2022-07-28 17:46:12 +00:00
|
|
|
"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",
|
2023-07-03 07:15:54 +00:00
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"min": 20,
|
|
|
|
"max": 20,
|
|
|
|
"label": "HMAC key",
|
|
|
|
"env_variable": "INVIDIOUS_HMAC_KEY"
|
|
|
|
}
|
|
|
|
]
|
2022-07-28 17:46:12 +00:00
|
|
|
}
|