mirror of
https://github.com/YunoHost-Apps/trustyhash_ynh.git
synced 2024-09-04 01:15:56 +02:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
||
"name": "TrustyHash",
|
||
"id": "TrustyHash",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "TrustyHash is a small client-side web application that computes SHA-256 hash values on both local files and on remote URLs, with a strong emphasis on a process that will allow you to trust the results. Works offline!",
|
||
"fr": "TrustyHash est une petite application Web côté client qui calcule les valeurs de hachage SHA-256 sur les fichiers locaux et sur les URL distantes, en mettant fortement l'accent sur un processus qui vous permettra de faire confiance aux résultats. Fonctionne hors ligne !"
|
||
},
|
||
"version": "1.0~ynh1",
|
||
"url": "https://github.com/sprin/TrustyHash",
|
||
"upstream": {
|
||
"license": "MIT license",
|
||
"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 license",
|
||
"maintainer": {
|
||
"name": "jarod5001",
|
||
"email": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php7.4-fpm"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/TrustyHash",
|
||
"default": "/TrustyHash"
|
||
}
|
||
]
|
||
}
|
||
}
|