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

60 lines
1.9 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-12-04 11:47:49 +01:00
"fr": "Application de prise de notes open source axée sur le chiffrement."
2020-11-05 22:30:55 +01:00
},
2020-12-04 11:47:49 +01:00
"version": "0.1.0~ynh2",
2020-11-05 22:42:06 +01:00
"url": "https://www.encryptic.org/",
2020-11-05 22:30:55 +01:00
"license": "MPL-2.0",
"maintainer": {
2020-12-04 11:47:49 +01:00
"name": "eric_G",
2020-11-05 22:30:55 +01:00
"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 ?"
},
2020-12-04 11:47:49 +01:00
"help": {
"en": "If enabled, Encryptic will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Encryptic sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2020-11-05 22:30:55 +01:00
"default": true
}
]
}
}