app-store/apps/scrypted/config.json
DrMxrcy cfc4911a23
Add Scrypted (#1108)
* Add Scrypted

* Update description.md

* Update docker-compose.yml

* Host Testing

* Fix CI

* Update to secure port

* Update port and Version

* Update docker-compose.yml

* Remove Reverse Proxy, Like HA
2023-08-30 16:12:09 -04:00

24 lines
642 B
JSON

{
"$schema": "../schema.json",
"name": "Scrypted",
"port": 10443,
"available": true,
"exposable": false,
"id": "scrypted",
"tipi_version": 1,
"version": "18-jammy-full.s6-v0.41.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"
}
]
}