app-store/apps/scrypted/config.json
renovate[bot] 97caaa2798
chore(deps): update koush/scrypted docker tag to v20 (#1458)
* chore(deps): update koush/scrypted docker tag to v20

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
2023-11-14 17:21:41 -05:00

31 lines
728 B
JSON

{
"$schema": "../schema.json",
"name": "Scrypted",
"port": 10443,
"available": true,
"exposable": false,
"https": true,
"id": "scrypted",
"tipi_version": 6,
"version": "20-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"
]
}