1
0
forked from Git/send_ynh
send_ynh_agr/manifest.json
ericgaspar 90b7f0218f 3.4.18
2022-04-09 09:31:35 +02:00

46 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Send",
"id": "send",
"packaging_format": 1,
"description": {
"en": "File sharing which allows to send encrypted files",
"fr": "Partage de fichiers qui permet d'envoyer des fichiers chiffrés"
},
"version": "3.4.18~ynh1",
"url": "https://github.com/timvisee/send",
"upstream": {
"license": "MPL-2.0",
"website": "https://send.vis.ee/",
"demo": "https://send.vis.ee/",
"code": "https://github.com/timvisee/send"
},
"license": "MPL-2.0",
"maintainer": {
"name": "eric_G"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"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
}
]
}
}