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:
parent
86af438552
commit
d869cc4826
1 changed files with 34 additions and 0 deletions
34
manifest.json
Normal file
34
manifest.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue