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-29 11:22:33 +02:00

46 lines
1.2 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": "2.0.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": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
},
{
"name": "internal_path",
"type": "path",
"example": "/var/www/my_webapp/www",
"default": "/var/www/my_webapp/www"
}
]
}
}