1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diagramsnet_ynh.git synced 2024-09-03 18:26:33 +02:00
diagramsnet_ynh/manifest.json
2022-09-08 06:36:56 +00:00

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": "20.2.8~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
}
]
}
}