1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/encryptic_ynh.git synced 2024-09-03 18:26:30 +02:00
encryptic_ynh/manifest.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2020-11-05 22:30:55 +01:00
{
2020-11-05 22:42:06 +01:00
"name": "Encryptic",
"id": "encryptic",
2020-11-05 22:30:55 +01:00
"packaging_format": 1,
"description": {
2020-11-05 23:13:31 +01:00
"en": "Open-source note-taking application heavily focused on encryption.",
2020-11-05 22:42:06 +01:00
"fr": "Application de prise de notes open source axée sur le cryptage."
2020-11-05 22:30:55 +01:00
},
2020-11-05 22:42:06 +01:00
"version": "0.1.0~ynh1",
"url": "https://www.encryptic.org/",
2020-11-05 22:30:55 +01:00
"license": "MPL-2.0",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">> 4.0.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2020-11-05 22:42:06 +01:00
"en": "Choose a domain name for Encryptic",
"fr": "Choisissez un nom de domaine pour Encryptic"
2020-11-05 22:30:55 +01:00
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
2020-11-05 22:42:06 +01:00
"en": "Choose a path for Encryptic",
"fr": "Choisissez un chemin pour Encryptic"
2020-11-05 22:30:55 +01:00
},
2020-11-05 22:42:06 +01:00
"example": "/encryptic",
"default": "/encryptic"
2020-11-05 22:30:55 +01:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}