mirror of
https://github.com/YunoHost-Apps/turtl_ynh.git
synced 2024-09-03 20:26:35 +02:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "Turtl",
|
|
"id": "turtl",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Share notes, bookmarks, and documents for sensitive projects",
|
|
"fr": "Partagez des notes, des marque-pages et autre documents pour des projets sensibles"
|
|
},
|
|
"version": "1.0~ynh1",
|
|
"url": "https://turtlapp.com",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://turtlapp.com",
|
|
"admindoc": "https://turtlapp.com/docs/",
|
|
"code": "https://github.com/turtl/server"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "Luc Didry",
|
|
"email": "luc@framasoft.org",
|
|
"url": "https://framasoft.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|