send_ynh/manifest.json

46 lines
1.3 KiB
JSON
Raw Normal View History

2021-08-25 17:42:59 +02:00
{
"name": "Send",
"id": "send",
"packaging_format": 1,
"description": {
2021-08-26 13:32:19 +02:00
"en": "File sharing which allows to send encrypted files",
"fr": "Partage de fichiers qui permet d'envoyer des fichiers chiffrés"
2021-08-25 17:42:59 +02:00
},
2022-06-29 02:18:28 +02:00
"version": "3.4.20~ynh2",
2021-08-25 17:42:59 +02:00
"url": "https://github.com/timvisee/send",
"upstream": {
"license": "MPL-2.0",
2021-08-25 17:45:03 +02:00
"website": "https://send.vis.ee/",
2021-08-25 17:42:59 +02:00
"demo": "https://send.vis.ee/",
"code": "https://github.com/timvisee/send"
},
"license": "MPL-2.0",
"maintainer": {
2021-08-26 12:35:28 +02:00
"name": "eric_G"
2021-08-25 17:42:59 +02:00
},
"requirements": {
2022-08-14 15:41:08 +02:00
"yunohost": ">= 11.0.9"
2021-08-25 17:42:59 +02:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
2022-06-29 02:17:46 +02:00
"install": [
2021-08-25 17:42:59 +02:00
{
"name": "domain",
2021-09-19 10:11:24 +02:00
"type": "domain"
2021-08-25 17:42:59 +02:00
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Send will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Send sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}