app-store/apps/send/config.json
Sergey Kodolov f9eef54574
chore: Send app improvements (#479)
* Send app improvements

- DETECT_BASE_URL env removed
- FILE_DIR env added
- redis healthcheck interval increased from 1s to 5s

* Update Tipi Version

---------

Co-authored-by: DrMxrcy <drmxrcy@gmail.com>
2023-05-21 19:00:36 -04:00

17 lines
467 B
JSON

{
"$schema": "../schema.json",
"name": "Send",
"available": true,
"exposable": true,
"port": 8126,
"id": "send",
"tipi_version": 2,
"version": "latest",
"categories": ["utilities"],
"description": "A file sharing experiment which allows you to send encrypted files to other users.",
"short_desc": "Simple, private file sharing. https://send.vis.ee/",
"author": "timvisee",
"source": "https://gitlab.com/timvisee/send",
"form_fields": []
}