mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
Create manifest.json
This commit is contained in:
parent
e438def783
commit
c709372044
1 changed files with 54 additions and 0 deletions
54
manifest.json
Normal file
54
manifest.json
Normal file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"name": "scrumblr",
|
||||
"id": "scrumblr",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"fr": "Software for notes"
|
||||
},
|
||||
"url": "https://github.com/seejohnrun/haste-server",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "mbugeia",
|
||||
"email": "maxime.bugeia@gmail.com",
|
||||
"url": "https://github.com/YunoHost-Apps/haste_ynh"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.4.0"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for Haste",
|
||||
"fr": "Choisissez un nom de domaine pour Haste"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for scrumblr, only / is allowed.",
|
||||
"fr": "Choisissez un chemin pour scrumblr, seul / est autorisé."
|
||||
},
|
||||
"example": "/",
|
||||
"default": "/"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public site? ",
|
||||
"fr": "Est-ce un site publique ? "
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue