2018-11-29 11:55:24 +01:00
|
|
|
{
|
|
|
|
"name": "Scratch",
|
|
|
|
"id": "scratch",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Scratch package for YunoHost.",
|
|
|
|
"fr": "Scratch pour YunoHost."
|
|
|
|
},
|
2021-06-27 15:07:50 +02:00
|
|
|
"version": "3.0-Beta~ynh1",
|
2018-11-29 11:57:47 +01:00
|
|
|
"url": "https://scratch.mit.edu/",
|
2020-04-27 19:00:20 +02:00
|
|
|
"license": "non-free",
|
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": [
|
|
|
|
"nginx",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"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
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|