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

49 lines
1.2 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": {
2021-06-28 09:46:02 +02:00
"en": "Web based text editor/note taking software",
2021-06-28 08:47:54 +02:00
"fr": "Éditeur WEB de texte/logiciel de prise de notes"
2016-06-27 10:27:19 +02:00
},
2022-06-22 00:42:37 +02:00
"version": "18.03.00~ynh2",
2016-06-27 10:34:23 +02:00
"url": "https://foxusa.github.io/OpenNote/OpenNote/",
2021-06-28 08:36:03 +02:00
"upstream": {
"license": "MIT",
"website": "https://foxusa.github.io/OpenNote/OpenNote/",
"demo": "https://foxusa.github.io/OpenNote/OpenNote/#/folder",
"code": "https://github.com/FoxUSA/OpenNote/"
},
"license": "MIT",
2016-06-27 10:27:19 +02:00
"maintainer": {
"name": "Alex",
2021-06-28 08:47:54 +02:00
"email": "apulido@free.fr"
2016-06-27 10:27:19 +02:00
},
"requirements": {
2022-06-22 00:42:37 +02:00
"yunohost": ">= 4.3.0"
2016-06-27 10:27:19 +02:00
},
"multi_instance": true,
"services": [
2021-06-28 08:36:03 +02:00
"nginx"
2016-06-27 10:27:19 +02:00
],
"arguments": {
2022-06-22 00:42:37 +02:00
"install": [
2016-06-27 10:27:19 +02:00
{
"name": "domain",
2022-06-22 00:42:37 +02:00
"type": "domain"
2016-06-27 10:27:19 +02:00
},
{
"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": "is_public",
"type": "boolean",
"default": true
}
]
}
}