2014-10-20 19:55:53 +03:00
{
2014-10-20 20:32:56 +03:00
"name" : "YunoHost example app" ,
2014-10-20 19:55:53 +03:00
"id" : "ynhexample" ,
2016-04-28 18:53:17 +03:00
"packaging_format" : 1 ,
2014-10-20 19:55:53 +03:00
"description" : {
2019-10-18 00:12:15 +03: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 19:55:53 +03:00
} ,
2018-06-28 23:05:35 +03:00
"version" : "1.0~ynh1" ,
2016-01-31 18:14:13 +02:00
"url" : "https://example.com" ,
2015-12-16 22:02:39 +02:00
"license" : "free" ,
2015-06-22 13:40:00 +03:00
"maintainer" : {
2014-10-20 19:55:53 +03:00
"name" : "John doe" ,
"email" : "john.doe@example.com" ,
"url" : "http://example.com"
} ,
2016-04-26 17:05:50 +03:00
"requirements" : {
2021-01-07 12:09:49 +03:00
"yunohost" : ">= 4.1.3"
2016-04-26 17:05:50 +03:00
} ,
"multi_instance" : true ,
2015-11-22 20:48:18 +02:00
"services" : [
"nginx" ,
2021-02-28 11:44:23 +03:00
"php7.3-fpm" ,
2015-11-22 20:48:18 +02:00
"mysql"
] ,
2014-10-20 19:55:53 +03:00
"arguments" : {
"install" : [
{
"name" : "domain" ,
2017-02-03 23:13:25 +03:00
"type" : "domain" ,
2014-10-20 19:55:53 +03:00
"ask" : {
2016-01-31 18:14:13 +02:00
"en" : "Choose a domain name for ynhexample" ,
"fr" : "Choisissez un nom de domaine pour ynhexample"
2014-10-20 19:55:53 +03:00
} ,
"example" : "example.com"
} ,
{
"name" : "path" ,
2017-02-03 23:13:25 +03:00
"type" : "path" ,
2014-10-20 19:55:53 +03:00
"ask" : {
2015-10-27 18:03:21 +03:00
"en" : "Choose a path for ynhexample" ,
"fr" : "Choisissez un chemin pour ynhexample"
2014-10-20 19:55:53 +03:00
} ,
2014-10-20 20:32:56 +03:00
"example" : "/example" ,
"default" : "/example"
2014-10-20 19:55:53 +03:00
} ,
{
"name" : "admin" ,
2017-02-03 23:13:25 +03:00
"type" : "user" ,
2014-10-20 19:55:53 +03:00
"ask" : {
2015-10-27 18:03:21 +03:00
"en" : "Choose an admin user" ,
2020-05-30 15:39:38 +03:00
"fr" : "Choisissez l'administrateur"
2014-10-20 19:55:53 +03:00
} ,
"example" : "johndoe"
} ,
{
"name" : "is_public" ,
2016-04-26 16:57:57 +03:00
"type" : "boolean" ,
2014-10-20 19:55:53 +03:00
"ask" : {
2016-01-31 18:14:13 +02:00
"en" : "Is it a public application?" ,
2015-10-27 18:03:21 +03:00
"fr" : "Est-ce une application publique ?"
2014-10-20 19:55:53 +03:00
} ,
2016-04-26 16:57:57 +03:00
"default" : true
2016-02-16 15:05:27 +02:00
} ,
{
2016-04-26 16:57:57 +03:00
"name" : "language" ,
2019-02-10 17:02:38 +03:00
"type" : "string" ,
2016-04-26 16:57:57 +03:00
"ask" : {
"en" : "Choose the application language" ,
"fr" : "Choisissez la langue de l'application"
2016-02-16 15:05:27 +02:00
} ,
2016-04-26 16:57:57 +03:00
"choices" : [ "fr" , "en" ] ,
"default" : "fr"
2018-06-28 23:05:35 +03:00
} ,
{
"name" : "password" ,
"type" : "password" ,
"ask" : {
"en" : "Set the administrator password" ,
"fr" : "Définissez le mot de passe administrateur"
} ,
"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 19:55:53 +03:00
}
]
}
}