2022-03-20 21:49:33 +01:00
{
"name" : "Digitools" ,
"id" : "digitools" ,
"packaging_format" : 1 ,
"description" : {
2022-03-27 17:59:29 +02:00
"en" : "Simple and useful tools for the classroom." ,
"fr" : "Des outils simples et utiles pour la classe."
2022-03-20 21:49:33 +01:00
} ,
"version" : "0.2.3~ynh1" ,
"url" : "https://ladigitale.dev/" ,
"upstream" : {
"license" : "GPL-3.0-only" ,
"website" : "https://ladigitale.dev/" ,
"demo" : "https://ladigitale.dev/digitools/" ,
"admindoc" : "https://gitlab.com/ladigitale/digitools/-/blob/main/README.md" ,
"userdoc" : "https://ladigitale.dev/blog/digitools-des-outils-simples-et-utiles-pour-la-classe" ,
"code" : "https://gitlab.com/ladigitale/digitools"
} ,
"license" : "GPL-3.0-only" ,
"maintainer" : {
"name" : "Pierre-Amiel Giraud" ,
"email" : "xxxxx"
} ,
"requirements" : {
"yunohost" : ">= 4.3.0"
} ,
"multi_instance" : true ,
"services" : [
"nginx" ,
"php8.0-fpm"
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain"
} ,
{
"name" : "path" ,
"type" : "path" ,
"example" : "/example" ,
"default" : "/digitools"
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"help" : {
"en" : "If not public, you won’ t be able to share cards (for instance) with your public, unless they are users of your Yunohost instance." ,
"fr" : "Si l’ application n’ est pas publique, vous ne pourrez pas partager les cartes (par exemple) avec vos élèves, sauf s’ ils sont tous utilisateurs de votre instance Yunohost."
} ,
"default" : true
}
]
}
}