2022-04-30 21:19:50 +02:00
{
2022-05-05 16:47:03 +02:00
"name" : "Decidim" ,
"id" : "decidim" ,
2022-04-30 21:19:50 +02:00
"packaging_format" : 1 ,
"description" : {
"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)"
} ,
2022-05-05 16:47:03 +02:00
"version" : "0.26.1~ynh1" ,
2022-04-30 21:19:50 +02:00
"url" : "https://example.com" ,
"upstream" : {
"license" : "free" ,
"website" : "https://example.com" ,
"demo" : "https://demo.example.com" ,
"admindoc" : "https://yunohost.org/packaging_apps" ,
"userdoc" : "https://yunohost.org/apps" ,
"code" : "https://some.forge.com/example/example"
} ,
"license" : "free" ,
"maintainer" : {
"name" : "John doe" ,
"email" : "john.doe@example.com"
} ,
"requirements" : {
"yunohost" : ">= 4.3.0"
} ,
"multi_instance" : true ,
"services" : [
2022-05-05 16:47:03 +02:00
"nginx"
2022-04-30 21:19:50 +02:00
] ,
"arguments" : {
2022-05-05 16:47:03 +02:00
"install" : [
2022-04-30 21:19:50 +02:00
{
"name" : "domain" ,
"type" : "domain"
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"default" : true
} ,
{
"name" : "language" ,
"type" : "string" ,
"ask" : {
"en" : "Choose the application language" ,
"fr" : "Choisissez la langue de l'application"
} ,
2022-05-05 16:47:03 +02:00
"choices" : [ "ca" , "cs" , "de" , "en" , "es" , "eu" , "fi" , "fr" , "it" , "ja" , "nl" , "pl" , "pt" , "ro" ] ,
"default" : "en"
2022-04-30 21:19:50 +02:00
} ,
{
"name" : "admin" ,
"type" : "user"
} ,
{
"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."
}
}
]
}
}