1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trilium_ynh.git synced 2024-10-01 13:34:49 +02:00
trilium_ynh/manifest.json

53 lines
1.6 KiB
JSON
Raw Normal View History

2021-03-29 16:24:15 +02:00
{
2021-03-31 19:55:10 +02:00
"name": "Trilium Notes",
"id": "trilium",
2021-03-29 16:24:15 +02:00
"packaging_format": 1,
"description": {
2021-03-31 19:55:10 +02:00
"en": "A hierarchical note taking application with focus on building large personal knowledge base",
"fr": "Une application de prise de note hiérarchique centrée sur la constuction d'une large base de connsaissances personelle"
2021-03-29 16:24:15 +02:00
},
2021-03-31 19:55:10 +02:00
"version": "0.46.6~ynh1",
"url": "https://github.com/zadam/trilium",
"license": "AGPL-3.0-only",
2021-03-29 16:24:15 +02:00
"maintainer": {
2021-03-31 19:55:10 +02:00
"name": "Jules Bertholet",
"email": "jules.bertholet@gmail.com"
2021-03-29 16:24:15 +02:00
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
2021-03-31 19:55:10 +02:00
"nginx"
2021-03-29 16:24:15 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
2021-03-31 19:55:10 +02:00
"default": true,
"help": {
"en": "Required for sync with desktop app",
"fr": "Nécessaire pour la synchronisation avec l'application desktop"
}
2021-03-29 16:24:15 +02:00
},
{
2021-03-31 19:55:10 +02:00
"name": "instance_name",
2021-03-29 16:24:15 +02:00
"type": "string",
"help": {
2021-03-31 19:55:10 +02:00
"en": "Unique name for this instance (optional)",
"fr": "Nom unique pour cette instance (facultatif)"
2021-03-29 16:24:15 +02:00
},
2021-03-31 19:55:10 +02:00
"example": "MyTrillium",
"optional": true,
"default": ""
2021-03-29 16:24:15 +02:00
}
]
}
}