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

48 lines
1.4 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
},
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-03-07 21:06:13 +01:00
"yunohost": ">> 4.1.7"
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 nayant 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
}
]
}
}