app-store/apps/invidious/config.json

18 lines
497 B
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": 5,
"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",
"form_fields": []
}