1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
26 lines
708 B
JSON
26 lines
708 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Scrypted",
|
|
"port": 10443,
|
|
"available": true,
|
|
"exposable": false,
|
|
"https": true,
|
|
"id": "scrypted",
|
|
"tipi_version": 5,
|
|
"version": "18-jammy-full.s6-v0.57.0",
|
|
"categories": ["security"],
|
|
"description": "Scrypted is a high performance home video integration and automation platform",
|
|
"short_desc": "High performance home video integration and automation platform",
|
|
"author": "Koush",
|
|
"source": "https://github.com/koush/scrypted",
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "Scrypted Bearer Token",
|
|
"min": 32,
|
|
"env_variable": "SCRYPTED_BEARER_TOKEN"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|