mirror of
https://github.com/YunoHost-Apps/turtl_ynh.git
synced 2024-09-03 20:26:35 +02:00
Update manifest.json
This commit is contained in:
parent
4f03df0f5b
commit
39fe7044ab
1 changed files with 2 additions and 11 deletions
|
@ -15,7 +15,7 @@
|
||||||
"url": "https://framasoft.org"
|
"url": "https://framasoft.org"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">> 2.6.4"
|
"yunohost": ">> 4.3.0"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -25,20 +25,11 @@
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for your turtl server",
|
|
||||||
"fr": "Choisissez un domaine pour votre serveur turtl"
|
|
||||||
},
|
|
||||||
"example": "domain.org"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Turtl",
|
|
||||||
"fr": "Choisissez un chemin pour Turtl"
|
|
||||||
},
|
|
||||||
"example": "/turtl",
|
"example": "/turtl",
|
||||||
"default": "/"
|
"default": "/"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue