2014-10-20 16:55:53 +00:00
{
2014-10-20 17:32:56 +00:00
"name" : "YunoHost example app" ,
2014-10-20 16:55:53 +00:00
"id" : "ynhexample" ,
2016-04-28 15:53:17 +00:00
"packaging_format" : 1 ,
2014-10-20 16:55:53 +00:00
"description" : {
2019-10-17 21:12:15 +00:00
"en" : "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)" ,
"fr" : "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
2014-10-20 16:55:53 +00:00
} ,
2018-06-28 20:05:35 +00:00
"version" : "1.0~ynh1" ,
2016-01-31 16:14:13 +00:00
"url" : "https://example.com" ,
2015-12-16 20:02:39 +00:00
"license" : "free" ,
2015-06-22 10:40:00 +00:00
"maintainer" : {
2014-10-20 16:55:53 +00:00
"name" : "John doe" ,
"email" : "john.doe@example.com" ,
"url" : "http://example.com"
} ,
2016-04-26 14:05:50 +00:00
"requirements" : {
2021-01-07 09:09:49 +00:00
"yunohost" : ">= 4.1.3"
2016-04-26 14:05:50 +00:00
} ,
"multi_instance" : true ,
2015-11-22 18:48:18 +00:00
"services" : [
"nginx" ,
2021-02-28 08:44:23 +00:00
"php7.3-fpm" ,
2015-11-22 18:48:18 +00:00
"mysql"
] ,
2014-10-20 16:55:53 +00:00
"arguments" : {
"install" : [
{
"name" : "domain" ,
2017-02-03 20:13:25 +00:00
"type" : "domain" ,
2014-10-20 16:55:53 +00:00
"example" : "example.com"
} ,
{
"name" : "path" ,
2017-02-03 20:13:25 +00:00
"type" : "path" ,
2014-10-20 17:32:56 +00:00
"example" : "/example" ,
"default" : "/example"
2014-10-20 16:55:53 +00:00
} ,
{
"name" : "admin" ,
2017-02-03 20:13:25 +00:00
"type" : "user" ,
2014-10-20 16:55:53 +00:00
"example" : "johndoe"
} ,
{
"name" : "is_public" ,
2016-04-26 13:57:57 +00:00
"type" : "boolean" ,
"default" : true
2016-02-16 13:05:27 +00:00
} ,
{
2016-04-26 13:57:57 +00:00
"name" : "language" ,
2019-02-10 14:02:38 +00:00
"type" : "string" ,
2016-04-26 13:57:57 +00:00
"ask" : {
"en" : "Choose the application language" ,
"fr" : "Choisissez la langue de l'application"
2016-02-16 13:05:27 +00:00
} ,
2016-04-26 13:57:57 +00:00
"choices" : [ "fr" , "en" ] ,
"default" : "fr"
2018-06-28 20:05:35 +00:00
} ,
{
"name" : "password" ,
"type" : "password" ,
"help" : {
"en" : "Use the help field to add an information for the admin about this question." ,
"fr" : "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
} ,
"example" : "Choose a password"
2014-10-20 16:55:53 +00:00
}
]
}
}