1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/taskboard_ynh.git synced 2024-09-03 20:26:27 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2021-03-15 10:55:53 +01:00
parent 19b3b582dc
commit 9916bd6815
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -6,7 +6,7 @@
"en": "Kanban-inspired app for keeping track of things that need to get done.", "en": "Kanban-inspired app for keeping track of things that need to get done.",
"fr": "Application inspirée de Kanban pour garder une trace des choses à faire." "fr": "Application inspirée de Kanban pour garder une trace des choses à faire."
}, },
"version": "1.0.2~ynh1", "version": "1.0.2~ynh2",
"url": "http://taskboard.matthewross.me/", "url": "http://taskboard.matthewross.me/",
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {
@ -25,29 +25,17 @@
"install": [{ "install": [{
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": {
"en": "Choose a domain name for taskboard",
"fr": "Choisissez un nom de domaine pour taskboard"
},
"example": "example.com" "example": "example.com"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": {
"en": "Choose a path for taskboard",
"fr": "Choisissez un chemin pour taskboard"
},
"example": "/taskboard", "example": "/taskboard",
"default": "/taskboard" "default": "/taskboard"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": {
"en": "Is it a public site?",
"fr": "Est-ce un site public ?"
},
"default": true "default": true
} }
] ]