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
2021-06-28 09:46:02 +02:00

49 lines
1.3 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~ynh1",
"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.2.4"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/opennote",
"default": "/opennote"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}