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

57 lines
1.6 KiB
JSON
Raw Normal View History

2017-07-28 12:35:26 +02:00
{
"name": "Turtl",
"id": "turtl",
"packaging_format": 1,
2017-09-22 13:53:04 +02:00
"version": "0.01",
2017-07-28 12:35:26 +02:00
"description": {
2020-11-02 15:54:53 +01:00
"en": "Share notes, bookmarks, and documents for sensitive projects",
"fr": "Partagez des notes, des marque-pages et autre documents pour des projets sensibles"
2017-07-28 12:35:26 +02:00
},
"url": "https://turtlapp.com/",
"license": "MIT",
"maintainer": {
"name": "Luc Didry",
"email": "luc@framasoft.org",
"url": "https://framasoft.org"
},
"requirements": {
2017-09-22 13:53:04 +02:00
"yunohost": ">> 2.6.4"
2017-07-28 12:35:26 +02:00
},
"multi_instance": false,
"services": [
"turtl"
],
"arguments": {
"install" : [
{
"name": "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",
"type": "path",
"ask": {
"en": "Choose a path for Turtl",
"fr": "Choisissez un chemin pour Turtl"
},
"example": "/turtl",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public server? (should we announce it?)",
"fr": "Est-ce un serveur public ? (devons-nous l'annoncer ?)"
},
"default": false
}
]
}
}