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

46 lines
1.6 KiB
JSON
Raw Normal View History

2022-05-05 17:51:33 +02:00
{
2022-05-05 17:58:08 +02:00
"name": "TrustyHash",
"id": "TrustyHash",
2022-05-05 17:51:33 +02:00
"packaging_format": 1,
"description": {
2022-05-05 17:58:08 +02:00
"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 !"
2022-05-05 17:51:33 +02:00
},
"version": "1.0~ynh1",
2022-05-05 17:58:08 +02:00
"url": "https://github.com/sprin/TrustyHash",
2022-05-05 17:51:33 +02:00
"upstream": {
2022-05-05 17:58:08 +02:00
"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"
2022-05-05 17:51:33 +02:00
},
2022-05-05 17:58:08 +02:00
"license": "MIT license",
2022-05-05 17:51:33 +02:00
"maintainer": {
2022-05-05 17:58:08 +02:00
"name": "jarod5001",
"email": ""
2022-05-05 17:51:33 +02:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
2022-05-05 18:02:29 +02:00
"nginx",
"php7.4-fpm"
2022-05-05 17:51:33 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
2022-05-05 17:58:08 +02:00
"example": "/TrustyHash",
"default": "/TrustyHash"
2022-05-05 17:51:33 +02:00
}
]
}
}