1
0
Fork 0
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:
ericgaspar 2021-11-25 09:47:16 +01:00
parent 4f03df0f5b
commit 39fe7044ab
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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": "/"
}, },