mirror of
https://github.com/YunoHost-Apps/svgedit_ynh.git
synced 2024-09-03 20:26:24 +02:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "SVG-edit",
|
|
"id": "svgedit",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Web-based SVG drawing editor working on any modern browser",
|
|
"fr": "Édition de SVG en ligne fonctionnent avec tout navigateur moderne"
|
|
},
|
|
"version": "5.1.0~ynh1",
|
|
"url": "https://github.com/SVG-Edit/svgedit",
|
|
"upstream": {
|
|
"license": "free",
|
|
"website": "https://example.com",
|
|
"demo": "https://6098683962bf91702907ee33--svgedit.netlify.app/editor/svg-editor.html",
|
|
"admindoc": "https://github.com/SVG-Edit/svgedit/tree/master/docs",
|
|
"code": "https://github.com/SVG-Edit/svgedit"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "ljf",
|
|
"email": "ljf+svgedit_ynh@reflexlibre.net",
|
|
"url": "https://reflexlibre.net"
|
|
},
|
|
"previous_maintainers": {
|
|
"name": "Luc Didry"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">> 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/svgedit",
|
|
"default": "/svgedit"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|