1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opennote_ynh.git synced 2024-09-03 19:46:28 +02:00
opennote_ynh/manifest.json

68 lines
1.9 KiB
JSON
Raw Normal View History

2016-06-27 10:27:19 +02:00
{
2016-06-27 10:34:23 +02:00
"name": "OpenNote",
"id": "opennote",
2016-06-27 10:27:19 +02:00
"packaging_format": 1,
"description": {
2020-10-13 23:38:00 +02:00
"en": "Alternative to Microsoft OneNote (T) and EverNote.",
"fr": "Alternative web à Microsoft OneNote (T) and EverNote."
2016-06-27 10:27:19 +02:00
},
2020-10-13 23:38:00 +02:00
"version": "18.03.00~ynh1",
2016-06-27 10:34:23 +02:00
"url": "https://foxusa.github.io/OpenNote/OpenNote/",
2016-06-27 10:27:19 +02:00
"license": "free",
"maintainer": {
"name": "Alex",
"email": "apulido@free.fr",
2016-06-27 10:34:23 +02:00
"url": "https://github.com/Yunohost-Apps/OpenNote_ynh"
2016-06-27 10:27:19 +02:00
},
"requirements": {
2020-10-13 23:38:00 +02:00
"yunohost": ">> 3.8.1"
2016-06-27 10:27:19 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2020-10-13 23:38:00 +02:00
"php7.0-fpm",
2016-06-27 10:27:19 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2016-06-27 10:34:23 +02:00
"en": "Choose a domain name for OpenNote",
"fr": "Choisissez un nom de domaine pour OpenNote"
2016-06-27 10:27:19 +02:00
},
"example": "example.com"
},
{
"name": "path",
2020-10-13 23:38:00 +02:00
"type": "path",
2016-06-27 10:27:19 +02:00
"ask": {
2016-06-27 10:34:23 +02:00
"en": "Choose a path for OpenNote",
"fr": "Choisissez un chemin pour OpenNote"
2016-06-27 10:27:19 +02:00
},
2016-06-27 10:34:23 +02:00
"example": "/opennote",
"default": "/opennote"
2016-06-27 10:27:19 +02:00
},
{
"name": "admin",
2020-10-13 23:38:00 +02:00
"type": "user",
2016-06-27 10:27:19 +02:00
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}