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

52 lines
1.3 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": {
2021-06-28 08:24:55 +02:00
"yunohost": ">> 4.2.4"
2016-06-27 10:27:19 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2021-06-28 08:24:55 +02:00
"php7.3-fpm",
2016-06-27 10:27:19 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-06-28 08:24:55 +02:00
"type": "domain",
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: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
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}