app-store/apps/invidious/config.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2022-07-28 17:46:12 +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",
"version": "latest",
"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"
},
{
"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
}
],
"supported_architectures": ["arm64", "amd64"]
2022-07-28 17:46:12 +00:00
}