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
2020-10-13 23:38:00 +02:00

67 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "OpenNote",
"id": "opennote",
"packaging_format": 1,
"description": {
"en": "Alternative to Microsoft OneNote (T) and EverNote.",
"fr": "Alternative web à Microsoft OneNote (T) and EverNote."
},
"version": "18.03.00~ynh1",
"url": "https://foxusa.github.io/OpenNote/OpenNote/",
"license": "free",
"maintainer": {
"name": "Alex",
"email": "apulido@free.fr",
"url": "https://github.com/Yunohost-Apps/OpenNote_ynh"
},
"requirements": {
"yunohost": ">> 3.8.1"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for OpenNote",
"fr": "Choisissez un nom de domaine pour OpenNote"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for OpenNote",
"fr": "Choisissez un chemin pour OpenNote"
},
"example": "/opennote",
"default": "/opennote"
},
{
"name": "admin",
"type": "user",
"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
}
]
}
}