mirror of
https://github.com/YunoHost-Apps/diagramsnet_ynh.git
synced 2024-09-03 18:26:33 +02:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "Diagrams.net",
|
|
"id": "diagramsnet",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams",
|
|
"fr": "Application en ligne qui permet de faire des schémas et du dessin vectoriel"
|
|
},
|
|
"version": "21.0.7~ynh1",
|
|
"url": "https://www.diagrams.net/",
|
|
"upstream": {
|
|
"license": "Apache-2.0",
|
|
"website": "https://www.diagrams.net/",
|
|
"demo": "https://app.diagrams.net/",
|
|
"admindoc": "https://www.diagrams.net/doc",
|
|
"code": "https://github.com/jgraph/drawio"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"maintainer": {
|
|
"name": "Gofannon",
|
|
"email": "gofannon@riseup.net"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/diagram",
|
|
"default": "/diagram"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|