1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yacy_ynh.git synced 2024-09-03 18:05:59 +02:00

Create manifest.json

This commit is contained in:
M5oul 2013-12-22 19:58:22 +01:00
parent 86af438552
commit d869cc4826

34
manifest.json Normal file
View file

@ -0,0 +1,34 @@
{
"name": "YaCy",
"id": "yacy",
"description": {
"en": "Free and decentrelized search engine",
"fr": "Moteur de recherche libre et décentralisé"
},
"developer": {
"name": "Moul",
"email": "moul@moul.be",
"url": "https://moul.be/blog"
},
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for YaCy"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Roundcube"
},
"example": "/yacy",
"default": "/yacy"
}
]
}
}