1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hat_ynh.git synced 2024-09-03 19:16:04 +02:00
hat_ynh/manifest.json
2022-05-28 17:05:04 +02:00

44 lines
1.1 KiB
JSON

{
"name": "Hat.sh",
"id": "hat",
"packaging_format": 1,
"description": {
"en": "Encrypt and Decrypt files securely in your browser",
"fr": "Chiffrer et déchiffrer les fichiers en toute sécurité dans votre navigateur"
},
"version": "2.3.5~ynh1",
"url": "https://hat.sh",
"upstream": {
"license": "MIT",
"website": "hat.sh",
"demo": "https://hat.sh",
"admindoc": "https://hat.sh/about/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/sh-dv/hat.sh"
},
"license": "MIT",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}