1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/svgedit_ynh.git synced 2024-09-03 20:26:24 +02:00
svgedit_ynh/manifest.json

60 lines
1.7 KiB
JSON
Raw Normal View History

2017-03-17 12:10:31 +01:00
{
"name": "SVG-edit",
"id": "svgedit",
"packaging_format": 1,
"description": {
2020-05-23 13:59:00 +02:00
"en": "A fast, web-based, javascript-driven SVG drawing editor that works in any modern browser.",
"fr": "Un outil de manipulation de SVG en ligne, rapide, et écrit en javascript qui fonctionne avec tout navigateur moderne."
2017-03-17 12:10:31 +01:00
},
"url": "https://github.com/SVG-Edit/svgedit",
2018-03-19 03:56:00 +01:00
"version": "2.8.1-1",
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": {
"yunohost": ">> 2.4.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for SVG-edit",
"fr": "Choisissez un nom de domaine pour SVG-edit"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for SVG-edit",
"fr": "Choisissez un chemin pour SVG-edit"
},
"example": "/svgedit",
"default": "/svgedit"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}