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",
|
2021-05-21 22:26:51 +02:00
|
|
|
"fr": "Une application de prise de note hiérarchique centrée sur la construction d'une large base de connaissances personnelle"
|
2021-03-29 16:24:15 +02:00
|
|
|
},
|
2021-09-16 23:58:10 +02:00
|
|
|
"version": "0.47.7~ynh1",
|
2021-03-31 19:55:10 +02:00
|
|
|
"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",
|
2021-04-02 10:27:38 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Choose a unique name for this instance (optional)",
|
|
|
|
"fr": "Choisissez un 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
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|