scratch_ynh/manifest.json

50 lines
1.4 KiB
JSON
Raw Normal View History

2018-11-29 11:55:24 +01:00
{
"name": "Scratch",
"id": "scratch",
"packaging_format": 1,
"description": {
2021-06-27 17:39:40 +02:00
"en": "Programming language to create your own interactive stories, games, and animations",
2021-06-27 18:47:02 +02:00
"fr": "Langage de programmation pour créer vos propres histoires, jeux et animations interactifs"
2018-11-29 11:55:24 +01:00
},
2021-06-27 16:06:11 +02:00
"version": "3.0~ynh1",
2018-11-29 11:57:47 +01:00
"url": "https://scratch.mit.edu/",
2021-06-27 15:43:18 +02:00
"upstream": {
2021-06-27 17:39:40 +02:00
"license": "BSD-3-Clause",
2021-06-27 15:43:18 +02:00
"website": "https://scratch.mit.edu/",
2021-06-27 17:39:40 +02:00
"demo": "https://llk.github.io/scratch-gui/develop/",
2021-06-27 16:04:38 +02:00
"admindoc": "https://fr.scratch-wiki.info/wiki/Scratch_3.0",
2021-06-27 17:39:40 +02:00
"code": "https://github.com/LLK/scratch-gui"
2021-06-27 15:43:18 +02:00
},
2021-06-27 17:39:40 +02:00
"license": "BSD-3-Clause",
2018-11-29 11:55:24 +01:00
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
2021-06-27 15:07:50 +02:00
"yunohost": ">= 4.2.4"
2018-11-29 11:55:24 +01:00
},
"multi_instance": true,
"services": [
2021-06-27 17:45:02 +02:00
"nginx"
2018-11-29 11:55:24 +01:00
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
2018-11-29 15:14:39 +01:00
"example": "/scratch",
"default": "/scratch"
2018-11-29 11:55:24 +01:00
},
{
"name": "is_public",
"type": "boolean",
2021-06-27 15:07:50 +02:00
"default": true
2018-11-29 11:55:24 +01:00
}
]
}
}