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.1 KiB
JSON
Raw Normal View History

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": {
2023-01-11 15:55:23 +01:00
"en": "SHA-256 Hash Calculator",
"fr": "Calculateur de hachage SHA-256"
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": {
2023-01-11 15:55:23 +01:00
"yunohost": ">= 11.0.9"
2022-05-05 17:51:33 +02:00
},
"multi_instance": true,
"services": [
2022-05-05 18:02:29 +02:00
"nginx",
2023-01-11 15:55:23 +01:00
"php7.4-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
}
]
}
}