1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/icecoder_ynh.git synced 2024-09-03 19:26:10 +02:00
icecoder_ynh/manifest.json
2021-03-20 17:55:00 +01:00

45 lines
1.1 KiB
JSON

{
"name": "ICEcoder",
"id": "icecoder",
"packaging_format": 1,
"description": {
"en": "Code editor awesomeness ...in your browser",
"fr": "Un éditeur de code impressionnant ...dans votre navigateur"
},
"version": "1.0~ynh1",
"url": "https://icecoder.net/",
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Stylix58",
"email": "lateman-jpeg@outlook.fr",
"url": "https://stylix58.netlify.app/"
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}