mirror of
https://github.com/YunoHost-Apps/hat_ynh.git
synced 2024-09-03 19:16:04 +02:00
43 lines
1 KiB
JSON
43 lines
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.6~ynh2",
|
|
"url": "https://hat.sh",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "hat.sh",
|
|
"demo": "https://hat.sh",
|
|
"admindoc": "https://hat.sh/about/",
|
|
"code": "https://github.com/sh-dv/hat.sh"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "eric_G",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|