mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
49 lines
1.5 KiB
JSON
49 lines
1.5 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",
|
|
"help": {
|
|
"en": "Choose the internal path for this app (We recommand to set it to the internal path of a Custom Webapp) (The final path will be: path + icecoder).",
|
|
"fr": "Choisissez le chemin interne de cette application (nous vous recommandons de le définir sur le chemin interne d'une Custom Webapp) (Le chemin final sera : chemin + icecoder)."
|
|
},
|
|
"example": "/var/www/my_webapp/www",
|
|
"default": "/var/www/my_webapp/www"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|