app-store/apps/pinchflat/config.json

36 lines
889 B
JSON
Raw Normal View History

2024-04-21 11:03:43 +00:00
{
"$schema": "../schema.json",
"name": "Pinchflat",
"port": 8945,
"available": true,
"exposable": true,
"id": "pinchflat",
"tipi_version": 1,
"version": "v0.1.14",
"categories": [
"media"
],
"description": "Your next YouTube media manager",
"short_desc": "Your next YouTube media manager",
2024-04-25 10:50:15 +00:00
"author": "Kieran Eglin",
2024-04-21 11:03:43 +00:00
"source": "https://github.com/kieraneglin/pinchflat",
2024-04-25 10:21:49 +00:00
"form_fields": [
{
"type": "string",
2024-04-25 10:50:15 +00:00
"label": "Basic Auth Username (optional; if not set, no basic auth is used).",
2024-04-25 10:21:49 +00:00
"max": 50,
"min": 3,
"required": false,
"env_variable": "BASIC_AUTH_USERNAME"
},
{
"type": "password",
2024-04-25 10:50:15 +00:00
"label": "Basic Auth Password (optional; if not set, no basic auth is used)",
2024-04-25 10:21:49 +00:00
"required": false,
"env_variable": "BASIC_AUTH_PASSWORD"
}
],
2024-04-21 11:03:43 +00:00
"supported_architectures": [
"amd64"
]
}