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
Éric Gaspar 288bf31a5f
V.14.1.1 (#10)
* Testing (#8)

* Upgrade to version 12.9.3

* Update README.md

Small update on the link's demo. We don't know how long they gonna redirect draw.io to app.diagrams.net

* Remove commented code unused

* Force http parameter to disable 3rds parties

* fix quotting

* Documentation

* Upgrade version to 12.9.7

* Update README.md (#9)

Co-authored-by: quentin-abiterra <49190209+quentin-abiterra@users.noreply.github.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Upgrade to upstream version

Co-authored-by: Gofannon <17145502+Gofannon@users.noreply.github.com>
Co-authored-by: quentin-abiterra <49190209+quentin-abiterra@users.noreply.github.com>
2021-02-22 21:44:43 +01:00

55 lines
1.6 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": "14.1.1~ynh1",
"url": "https://www.diagrams.net/",
"license": "Apache-2.0",
"maintainer": {
"name": "Gofannon",
"email": "gofannon@riseup.net"
},
"requirements": {
"yunohost": ">= 3.8.1"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Diagrams.net",
"fr": "Choisissez un nom de domaine pour Diagrams.net"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Diagrams.net",
"fr": "Choisissez un chemin pour Diagrams.net"
},
"example": "/diagram",
"default": "/diagram"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": false
}
]
}
}