mirror of
https://github.com/YunoHost-Apps/trustyhash_ynh.git
synced 2024-09-04 01:15:56 +02:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "TrustyHash",
|
|
"id": "trustyhash",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "SHA-256 Hash Calculator",
|
|
"fr": "Calculateur de hachage SHA-256"
|
|
},
|
|
"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": ">= 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/trustyhash",
|
|
"default": "/trustyhash"
|
|
}
|
|
]
|
|
}
|
|
}
|