2018-04-23 22:40:01 +02:00
{
2019-06-01 19:22:51 +02:00
"name" : "PrettyNoemie CMS" ,
2018-04-27 08:45:18 +02:00
"id" : "prettynoemiecms" ,
2018-04-23 22:40:01 +02:00
"packaging_format" : 1 ,
"description" : {
2019-06-02 23:03:59 +02:00
"en" : "CMS offers its users an ergonomic solution, simple and elegant to build in no time responsive windows sites with modern design." ,
"fr" : "CMS offrant à ses utilisateurs une solution ergonomique, simple et élégante pour construire en un rien de temps des sites vitrines responsives au design moderne."
2018-04-23 22:40:01 +02:00
} ,
2019-06-01 19:22:51 +02:00
"version" : "2019.05.23~ynh1" ,
2018-04-27 08:45:18 +02:00
"url" : "https://framagit.org/framasoft/PrettyNoemieCMS" ,
2019-06-01 19:22:51 +02:00
"license" : "AGPL-3.0" ,
2018-04-23 22:40:01 +02:00
"maintainer" : {
2019-06-01 19:22:51 +02:00
"name" : "kay0u" ,
"email" : "pierre@kayou.io"
2018-04-23 22:40:01 +02:00
} ,
"requirements" : {
2019-06-01 19:22:51 +02:00
"yunohost" : ">= 3.5"
2018-04-23 22:40:01 +02:00
} ,
"multi_instance" : true ,
"services" : [
"nginx" ,
2019-06-01 19:22:51 +02:00
"php7.0-fpm"
2018-04-23 22:40:01 +02:00
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
"ask" : {
2018-04-27 08:45:18 +02:00
"en" : "Choose a domain name for prettynoemiecms" ,
"fr" : "Choisissez un nom de domaine pour prettynoemiecms"
2018-04-23 22:40:01 +02:00
} ,
"example" : "example.com"
} ,
{
"name" : "path" ,
"type" : "path" ,
"ask" : {
2018-04-27 08:45:18 +02:00
"en" : "Choose a path for prettynoemiecms" ,
"fr" : "Choisissez un chemin pour prettynoemiecms"
2018-04-23 22:40:01 +02:00
} ,
2018-04-27 08:45:18 +02:00
"example" : "/prettynoemiecms" ,
"default" : "/prettynoemiecms"
2018-04-23 22:40:01 +02:00
} ,
{
"name" : "admin" ,
"type" : "user" ,
"ask" : {
"en" : "Choose an admin user" ,
"fr" : "Choisissez l’ administrateur"
} ,
"example" : "johndoe"
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"ask" : {
"en" : "Is it a public application?" ,
"fr" : "Est-ce une application publique ?"
} ,
"default" : true
2019-06-01 19:22:51 +02:00
} ,
{
"name" : "language" ,
"type" : "string" ,
"ask" : {
"en" : "Choose the application language" ,
"fr" : "Choisissez la langue de l'application"
} ,
"choices" : [ "fr_FR" , "en_EN" ] ,
"default" : "fr_FR"
} ,
{
"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"
2018-04-23 22:40:01 +02:00
}
]
}
}