2019-10-01 14:40:53 +02:00
{
"name" : "OpenProject" ,
"id" : "openproject" ,
"packaging_format" : 1 ,
"description" : {
2022-02-28 20:24:37 +01:00
"en" : "web-based project management software"
2019-10-01 14:40:53 +02:00
} ,
2022-02-27 23:22:06 +01:00
"version" : "10.5.1~ynh1" ,
"url" : "https://www.openproject.org/" ,
"upstream" : {
"license" : "GPL-3.0-or-later" ,
"website" : "https://www.openproject.org/" ,
"admindoc" : "https://www.openproject.org/docs/" ,
"code" : "https://github.com/opf/openproject"
} ,
"license" : "GPL-3.0-or-later" ,
2019-10-01 14:40:53 +02:00
"maintainer" : {
"name" : "Moutonjr \"Geoff\"" ,
"email" : "Moutonjr[at]jserv.fr" ,
"url" : "http://jserv.fr"
} ,
"requirements" : {
2022-02-27 23:22:06 +01:00
"yunohost" : ">= 4.3.0"
2019-10-01 14:40:53 +02:00
} ,
"multi_instance" : false ,
"services" : [
2022-02-27 23:22:06 +01:00
"nginx"
2019-10-01 14:40:53 +02:00
] ,
"arguments" : {
2022-02-27 23:22:06 +01:00
"install" : [
2019-10-01 14:40:53 +02:00
{
"name" : "domain" ,
2022-02-27 23:22:06 +01:00
"type" : "domain"
2019-10-01 14:40:53 +02:00
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"default" : true ,
2022-02-27 23:22:06 +01:00
"help" : {
2022-02-28 20:24:37 +01:00
"en" : "A public Openproject app could be less secure depending your configuration. Butit can allow external people from your Yunohost instance to participate to project management."
2022-02-27 23:22:06 +01:00
}
2019-10-01 14:40:53 +02:00
} ,
{
"name" : "language" ,
"type" : "string" ,
"ask" : {
"en" : "Choose the application language" ,
"fr" : "Choisissez la langue de l'application"
} ,
"choices" : [ "fr" , "en" ] ,
2022-02-28 20:24:37 +01:00
"default" : "en"
2019-10-01 14:40:53 +02:00
}
]
}
}