1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trustyhash_ynh.git synced 2024-09-04 01:15:56 +02:00
trustyhash_ynh/manifest.json
2022-05-07 01:45:09 +02:00

45 lines
1.3 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "TrustyHash",
"id": "trustyhash",
"packaging_format": 1,
"description": {
"en": "a small client-side web application that computes SHA-256 hash values on both local files and on remote URLs. Works offline!",
"fr": "une petite application Web côté client qui calcule les valeurs de hachage SHA-256 sur les fichiers locaux et sur les URL distantes. Fonctionne hors ligne !"
},
"version": "1.0~ynh1",
"url": "https://github.com/sprin/TrustyHash",
"upstream": {
"license": "MIT",
"website": "https://github.com/sprin/TrustyHash",
"demo": "https://sprin.github.io/TrustyHash/",
"userdoc": "https://github.com/sprin/TrustyHash",
"code": "https://github.com/sprin/TrustyHash"
},
"license": "MIT",
"maintainer": {
"name": "jarod5001",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/trustyhash",
"default": "/trustyhash"
}
]
}
}