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
ericgaspar 2eb1c6889c
Fix
2021-11-25 14:02:42 +01:00

47 lines
1.3 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": [
"turtl"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"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
}
]
}
}