01c6836796
* feat(halo): change config to support local domain * feat(hammond): change config to support local domain * feat(haven): change config to support local domain * feat(hedgedoc): change config to support local domain * feat(hello-world): change config to support local domain * feat(homarr): change config to support local domain * feat(homebox): change config to support local domain * feat(immich): change config to support local domain * feat(invidious): change config to support local domain * feat(it-tools): change config to support local domain * feat(jackett): change config to support local domain * feat(jellyseerr): change config to support local domain * feat(joplin): change config to support local domain * feat(kandboard): change config to support local domain * feat(kapowarr): change config to support local domain * feat(kavita): change config to support local domain * feat(libreddit): change config to support local domain * feat(librephotos): change config to support local domain * feat(libretranslate): change config to support local domain * feat(lidarr): change config to support local domain * feat(lidarr-deemix): change config to support local domain * feat(linkstack): change config to support local domain * feat(lodestone-core): change config to support local domain
18 lines
497 B
JSON
18 lines
497 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Invidious",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8095,
|
|
"id": "invidious",
|
|
"version": "latest",
|
|
"tipi_version": 5,
|
|
"supported_architectures": ["arm64", "amd64"],
|
|
"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": []
|
|
}
|