app-store/apps/zipline/config.json

37 lines
944 B
JSON
Raw Normal View History

2023-02-28 04:02:59 +00:00
{
"$schema": "../schema.json",
"name": "Zipline",
"port": 8139,
"available": true,
"exposable": true,
"id": "zipline",
"tipi_version": 10,
"version": "3.7.9",
"categories": [
"media"
],
2023-02-28 04:02:59 +00:00
"description": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
"short_desc": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
"author": "https://github.com/diced",
"source": "https://github.com/diced/zipline",
"website": "https://zipline.diced.tech/docs/config/",
"form_fields": [
{
"type": "random",
2023-03-01 19:20:38 +00:00
"label": "ZIPLINE_DB_PASSWORD",
2023-02-28 04:02:59 +00:00
"min": 32,
2023-03-01 19:20:38 +00:00
"env_variable": "ZIPLINE_DB_PASSWORD"
2023-02-28 04:02:59 +00:00
},
{
"type": "random",
2023-03-01 19:20:38 +00:00
"label": "ZIPLINE_CORE_SECRET",
2023-02-28 04:02:59 +00:00
"min": 32,
2023-03-01 19:20:38 +00:00
"env_variable": "ZIPLINE_CORE_SECRET"
2023-02-28 04:02:59 +00:00
}
],
"supported_architectures": [
"arm64",
"amd64"
]
2023-02-28 04:02:59 +00:00
}