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",
|
2023-05-21 23:00:36 +00:00
|
|
|
"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": []
|
|
|
|
}
|