2017-03-17 12:10:31 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "SVG-edit",
|
|
|
|
|
"id": "svgedit",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
2020-10-08 21:05:06 +02:00
|
|
|
|
"en": "Web-based SVG drawing editor working on any modern browser.",
|
|
|
|
|
"fr": "Édition de SVG en ligne fonctionnent avec tout navigateur moderne."
|
2017-03-17 12:10:31 +01:00
|
|
|
|
},
|
|
|
|
|
"url": "https://github.com/SVG-Edit/svgedit",
|
2020-12-14 11:03:03 +01:00
|
|
|
|
"version": "2.8.1~ynh3",
|
2017-03-17 12:10:31 +01:00
|
|
|
|
"license": "MIT",
|
|
|
|
|
"maintainer": {
|
2019-02-18 22:54:57 +01:00
|
|
|
|
"name": "ljf",
|
|
|
|
|
"email": "ljf+svgedit_ynh@reflexlibre.net",
|
|
|
|
|
"url": "https://reflexlibre.net"
|
|
|
|
|
},
|
|
|
|
|
"previous_maintainers": {
|
|
|
|
|
"name": "Luc Didry"
|
2017-03-17 12:10:31 +01:00
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-05-14 22:16:32 +02:00
|
|
|
|
"yunohost": ">= 4.2.4"
|
2017-03-17 12:10:31 +01:00
|
|
|
|
},
|
|
|
|
|
"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",
|
2020-12-14 11:03:03 +01:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, SVG-edit will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, SVG-edit sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2017-03-17 12:10:31 +01:00
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|