2017-07-28 12:35:26 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "Turtl",
|
|
|
|
|
"id": "turtl",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"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
|
|
|
|
},
|
2021-11-25 10:21:05 +01:00
|
|
|
|
"version": "1.0~ynh1",
|
2017-07-28 12:35:26 +02:00
|
|
|
|
"url": "https://turtlapp.com/",
|
2021-11-25 10:21:05 +01:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"website": "https://turtlapp.com/",
|
|
|
|
|
"admindoc": "https://turtlapp.com/docs/",
|
|
|
|
|
"code": "https://github.com/turtl/server"
|
|
|
|
|
},
|
2017-07-28 12:35:26 +02:00
|
|
|
|
"license": "MIT",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "Luc Didry",
|
|
|
|
|
"email": "luc@framasoft.org",
|
|
|
|
|
"url": "https://framasoft.org"
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-11-25 09:47:16 +01:00
|
|
|
|
"yunohost": ">> 4.3.0"
|
2017-07-28 12:35:26 +02:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": false,
|
|
|
|
|
"services": [
|
|
|
|
|
"turtl"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-11-25 09:47:16 +01:00
|
|
|
|
"type": "domain"
|
2017-07-28 12:35:26 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|