simple-hash-generator_ynh/manifest.json

49 lines
1.4 KiB
JSON
Raw Normal View History

2022-04-23 15:11:56 +02:00
{
2022-04-23 15:16:36 +02:00
"name": "Simple-Hash-Generator",
"id": "Simple-Hash-Generator",
2022-04-23 15:11:56 +02:00
"packaging_format": 1,
"description": {
2022-04-23 15:16:36 +02:00
"en": "A simple hash generator utilizing a collection of popular and useful hash functions",
"fr": "Un générateur de hachage simple utilisant une collection de fonctions de hachage populaires et utiles"
2022-04-23 15:11:56 +02:00
},
"version": "1.0~ynh1",
2022-04-23 15:16:36 +02:00
"url": "https://prizz.github.io/Simple-Hash-Generator/",
2022-04-23 15:11:56 +02:00
"upstream": {
2022-04-23 15:26:47 +02:00
"license": "MIT License",
2022-04-23 15:16:36 +02:00
"website": "https://prizz.github.io/Simple-Hash-Generator/",
"demo": "https://prizz.github.io/Simple-Hash-Generator/",
"code": "https://github.com/pRizz/Simple-Hash-Generator"
2022-04-23 15:11:56 +02:00
},
2022-04-23 15:26:47 +02:00
"license": "MIT License",
2022-04-23 15:11:56 +02:00
"maintainer": {
2022-04-23 15:26:47 +02:00
"name": "Jarod5001",
2022-04-23 15:11:56 +02:00
"email": "john.doe@example.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
2022-04-23 15:16:36 +02:00
"nginx"
2022-04-23 15:11:56 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
2022-04-23 15:16:36 +02:00
"example": "/hash",
"default": "/hash"
2022-04-23 15:11:56 +02:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}