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

44 lines
1.1 KiB
JSON
Raw Normal View History

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",
2022-02-22 00:35:52 +01:00
"url": "https://turtlapp.com",
2021-11-25 10:21:05 +01:00
"upstream": {
"license": "MIT",
2022-02-22 00:35:52 +01:00
"website": "https://turtlapp.com",
2021-11-25 10:21:05 +01:00
"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": {
2022-02-22 00:35:52 +01:00
"yunohost": ">= 4.3.0"
2017-07-28 12:35:26 +02:00
},
"multi_instance": false,
"services": [
2022-02-22 00:35:52 +01:00
"nginx"
2017-07-28 12:35:26 +02:00
],
"arguments": {
2022-02-22 00:35:52 +01:00
"install": [
2017-07-28 12:35:26 +02:00
{
"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",
2021-11-26 11:42:26 +01:00
"default": true
2017-07-28 12:35:26 +02:00
}
]
}
}