scratch_ynh/manifest.json

53 lines
1.3 KiB
JSON
Raw Normal View History

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/",
2021-06-27 15:43:18 +02:00
"upstream": {
"license": "non-free",
"website": "https://scratch.mit.edu/",
"demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
"code": "https://some.forge.com/example/example"
},
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
}
]
}
}