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

50 lines
1.3 KiB
JSON
Raw Normal View History

2020-03-11 00:07:10 +01:00
{
"name": "Diagrams.net",
"id": "diagramsnet",
"packaging_format": 1,
"description": {
2021-11-14 23:49:20 +01:00
"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"
2020-03-11 00:07:10 +01:00
},
2022-07-01 08:11:55 +02:00
"version": "20.0.4~ynh1",
2020-03-11 00:07:10 +01:00
"url": "https://www.diagrams.net/",
2021-08-19 18:30:37 +02:00
"upstream": {
"license": "Apache-2.0",
"website": "https://www.diagrams.net/",
"demo": "https://app.diagrams.net/",
"admindoc": "https://www.diagrams.net/doc",
2022-01-30 12:22:22 +01:00
"code": "https://github.com/jgraph/drawio"
2021-08-19 18:30:37 +02:00
},
2020-03-11 00:07:10 +01:00
"license": "Apache-2.0",
"maintainer": {
"name": "Gofannon",
"email": "gofannon@riseup.net"
},
"requirements": {
2021-12-09 10:07:49 +01:00
"yunohost": ">= 4.3.0"
2020-03-11 00:07:10 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
2022-05-12 18:44:23 +02:00
"install": [
2020-03-11 00:07:10 +01:00
{
"name": "domain",
2021-11-03 23:17:04 +01:00
"type": "domain"
2020-03-11 00:07:10 +01:00
},
{
"name": "path",
"type": "path",
"example": "/diagram",
"default": "/diagram"
},
{
"name": "is_public",
"type": "boolean",
"default": false
}
]
}
}