app-store/apps/fireshare/config.json
renovate[bot] b12c554e0d
chore(deps): update shaneisrael/fireshare docker tag to v1.2.9 (#669)
* chore(deps): update shaneisrael/fireshare docker tag to v1.2.9

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-06-10 13:35:37 +02:00

42 lines
1.0 KiB
JSON

{
"$schema": "../schema.json",
"name": "Fireshare",
"port": 8140,
"available": true,
"exposable": true,
"id": "fireshare",
"tipi_version": 2,
"version": "1.2.9",
"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": "FIRESHARE_SECRET_KEY",
"min": 32,
"env_variable": "FIRESHARE_SECRET_KEY"
},
{
"type": "text",
"label": "Fireshare username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "FIRESHARE_USERNAME"
},
{
"type": "password",
"label": "Fireshare password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "FIRESHARE_PASSWORD"
}
]
}