app-store/apps/fireshare/config.json

40 lines
990 B
JSON
Raw Normal View History

2023-02-28 04:45:49 +00:00
{
"$schema": "../schema.json",
"name": "Fireshare",
"port": 8140,
"available": true,
"exposable": true,
"id": "fireshare",
"tipi_version": 1,
"version": "v1.2.8",
"categories": ["development"],
"description": "Self host your media and share with unique links. Share your game clips, videos, or other media via unique links.",
"short_desc": "Self host your media and share with unique links",
"author": "https://github.com/ShaneIsrael",
"source": "https://github.com/ShaneIsrael/fireshare",
"form_fields": [
{
"type": "random",
"label": "SECRET_KEY",
"min": 32,
"env_variable": "SECRET_KEY"
},
{
"type": "text",
"label": "ADMIN_USERNAME",
"max": 50,
"min": 3,
"required": true,
"env_variable": "ADMIN_USERNAME"
},
{
"type": "password",
"label": "ADMIN_PASSWORD",
"max": 50,
"min": 3,
"required": true,
"env_variable": "ADMIN_PASSWORD"
}
]
}