2022-05-05 17:51:33 +02:00
{
2022-05-05 17:58:08 +02:00
"name" : "TrustyHash" ,
2022-05-05 19:12:49 +02:00
"id" : "trustyhash" ,
2022-05-05 17:51:33 +02:00
"packaging_format" : 1 ,
"description" : {
2022-05-06 12:48:21 +02:00
"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 !"
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-07 01:45:09 +02:00
"license" : "MIT" ,
2022-05-05 17:58:08 +02:00
"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-07 01:45:09 +02:00
"license" : "MIT" ,
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" ,
2022-05-05 19:02:59 +02:00
"php7.3-fpm"
2022-05-05 17:51:33 +02:00
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain"
} ,
{
"name" : "path" ,
"type" : "path" ,
2022-05-05 19:12:49 +02:00
"example" : "/trustyhash" ,
"default" : "/trustyhash"
2022-05-05 17:51:33 +02:00
}
]
}
}