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
|
|
|
|
},
|
2021-03-15 10:09:20 +01:00
|
|
|
|
"version": "0.1.0~ynh3",
|
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": {
|
2021-08-30 14:00:00 +02:00
|
|
|
|
"yunohost": ">> 4.2.4"
|
2020-11-05 22:30:55 +01:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
2021-03-15 09:03:57 +01:00
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"example": "example.com"
|
2020-11-05 22:30:55 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
2021-03-15 09:03:57 +01:00
|
|
|
|
"example": "/encryptic",
|
|
|
|
|
"default": "/encryptic"
|
2020-11-05 22:30:55 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
2021-03-15 09:03:57 +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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
2020-12-04 11:47:49 +01:00
|
|
|
|
},
|
2020-11-05 22:30:55 +01:00
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|