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",
|
2024-06-13 19:34:07 +00:00
|
|
|
"tipi_version": 10,
|
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"
|
2024-06-13 19:34:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "External port",
|
|
|
|
"hint": "External port for access from proxy",
|
|
|
|
"placeholder": "80,443",
|
|
|
|
"required": false,
|
|
|
|
"env_variable": "INVIDIOUS_EXTERNAL_PORT"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "https only",
|
|
|
|
"hint": "Force for access from https only",
|
|
|
|
"required": false,
|
|
|
|
"env_variable": "INVIDIOUS_HTTPS_ONLY"
|
2023-07-03 07:15:54 +00:00
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2022-07-28 17:46:12 +00:00
|
|
|
}
|