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
2022-06-22 00:42:37 +02:00

48 lines
1.2 KiB
JSON

{
"name": "OpenNote",
"id": "opennote",
"packaging_format": 1,
"description": {
"en": "Web based text editor/note taking software",
"fr": "Éditeur WEB de texte/logiciel de prise de notes"
},
"version": "18.03.00~ynh2",
"url": "https://foxusa.github.io/OpenNote/OpenNote/",
"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",
"maintainer": {
"name": "Alex",
"email": "apulido@free.fr"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/opennote",
"default": "/opennote"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}