app-store/apps/send/config.json

17 lines
467 B
JSON
Raw Normal View History

2022-09-09 13:13:45 +00:00
{
"$schema": "../schema.json",
"name": "Send",
"available": true,
"exposable": true,
2022-09-19 08:01:06 +00:00
"port": 8126,
2022-09-09 13:13:45 +00:00
"id": "send",
"tipi_version": 2,
2022-09-09 13:13:45 +00:00
"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": []
}