mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
60 lines
2.1 KiB
JSON
60 lines
2.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": "8.1~ynh1",
|
|
"url": "https://icecoder.net",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-only",
|
|
"website": "https://icecoder.net",
|
|
"demo": "http://demo.icecoder.net/ICEcoder/",
|
|
"admindoc": "https://icecoder.net/manual",
|
|
"code": "https://github.com/icecoder/ICEcoder"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "Stylix58",
|
|
"email": "lateman-jpeg@outlook.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "app_id",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Indicate the ID of the Custom Webapp where you want to install this app",
|
|
"fr": "Indiquez l'ID de la Custom Webapp dans laquelle vous voulez installer cette app"
|
|
},
|
|
"help": {
|
|
"en": "You can get the ID in Custom Webapp's settings.",
|
|
"fr": "Vous pouvez obtenir l'ID dans les paramètres de la Custom Webapp."
|
|
}
|
|
},
|
|
{
|
|
"name": "sub_path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Indicate the name of the final_path subfolder containing the files accessible from your browser ",
|
|
"fr": "Indiquer le nom du sous-dossier du final_path contenant les fichiers accessibles depuis votre navigateur"
|
|
},
|
|
"help": {
|
|
"en": "For example for Custom Webapp it is located in the /www subfolder.",
|
|
"fr": "Par exemple pour Custom Webapp il se situe dans le sous-dossier /www."
|
|
},
|
|
"default": "/www"
|
|
}
|
|
]
|
|
}
|
|
}
|