mirror of
https://github.com/YunoHost-Apps/encryptic_ynh.git
synced 2024-09-03 18:26:30 +02:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "Encryptic",
|
|
"id": "encryptic",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Open-source note-taking application heavily focused on encryption.",
|
|
"fr": "Application de prise de notes open source axée sur le cryptage."
|
|
},
|
|
"version": "0.1.0~ynh1",
|
|
"url": "https://www.encryptic.org/",
|
|
"license": "MPL-2.0",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">> 4.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Encryptic",
|
|
"fr": "Choisissez un nom de domaine pour Encryptic"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Encryptic",
|
|
"fr": "Choisissez un chemin pour Encryptic"
|
|
},
|
|
"example": "/encryptic",
|
|
"default": "/encryptic"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|