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

61 lines
2.1 KiB
JSON
Raw Normal View History

2021-03-19 19:47:11 +01:00
{
2021-03-19 19:54:49 +01:00
"name": "ICEcoder",
"id": "icecoder",
2021-03-19 19:47:11 +01:00
"packaging_format": 1,
"description": {
2021-06-06 10:20:33 +02:00
"en": "Code editor awesomeness... in your browser",
"fr": "Un éditeur de code impressionnant... dans votre navigateur"
2021-03-19 19:47:11 +01:00
},
2021-08-25 21:02:29 +02:00
"version": "8.1~ynh1",
2021-06-06 10:20:05 +02:00
"url": "https://icecoder.net",
2022-03-24 21:01:11 +01:00
"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"
},
2021-03-19 20:52:38 +01:00
"license": "AGPL-3.0-only",
2021-03-19 19:47:11 +01:00
"maintainer": {
2021-03-19 19:54:49 +01:00
"name": "Stylix58",
2021-06-06 10:20:05 +02:00
"email": "lateman-jpeg@outlook.fr"
2021-03-19 19:47:11 +01:00
},
"requirements": {
2022-03-24 21:01:11 +01:00
"yunohost": ">= 4.3.0"
2021-03-19 19:47:11 +01:00
},
2021-03-21 15:13:46 +01:00
"multi_instance": true,
2021-03-19 19:47:11 +01:00
"services": [
"nginx",
2021-03-19 19:54:49 +01:00
"php7.3-fpm"
2021-03-19 19:47:11 +01:00
],
"arguments": {
2022-03-24 21:01:11 +01:00
"install": [
2021-03-20 17:55:00 +01:00
{
2021-03-29 19:08:48 +02:00
"name": "app_id",
2021-03-30 20:04:23 +02:00
"type": "string",
2021-03-29 19:08:48 +02:00
"ask": {
2021-03-30 20:04:23 +02:00
"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"
2021-03-30 21:10:32 +02:00
},
"help": {
"en": "You can get the ID in Custom Webapp's settings.",
2021-06-06 10:20:05 +02:00
"fr": "Vous pouvez obtenir l'ID dans les paramètres de la Custom Webapp."
2021-03-29 19:08:48 +02:00
}
2022-03-24 21:01:11 +01:00
},
{
2022-03-26 13:57:24 +01:00
"name": "sub_folder",
2022-03-24 21:01:11 +01:00
"type": "path",
"ask": {
2022-03-26 13:57:24 +01:00
"en": "Indicate the name of the final_path subfolder containing the files accessible from your browser",
2022-03-24 21:01:11 +01:00
"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"
2021-03-19 21:27:35 +01:00
}
]
2021-03-19 19:47:11 +01:00
}
}