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-03-19 21:25:18 +01: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-03-20 19:17:34 +01:00
"version" : "1.1~ynh1" ,
2021-03-19 21:25:18 +01:00
"url" : "https://icecoder.net/" ,
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" ,
"email" : "lateman-jpeg@outlook.fr" ,
2021-03-19 21:25:18 +01:00
"url" : "https://stylix58.netlify.app/"
2021-03-19 19:47:11 +01:00
} ,
"requirements" : {
"yunohost" : ">= 4.1.3"
} ,
2021-03-19 19:58:17 +01:00
"multi_instance" : false ,
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" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
"example" : "example.com"
} ,
2021-03-20 17:55:00 +01:00
{
"name" : "path" ,
"type" : "path" ,
2021-03-20 18:08:33 +01:00
"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)."
} ,
2021-03-20 18:17:58 +01:00
"example" : "/var/www/my_webapp/www" ,
"default" : "/var/www/my_webapp/www"
2021-03-19 21:27:35 +01:00
}
]
2021-03-19 19:47:11 +01:00
}
}