2016-03-23 19:30:43 +01:00
{
"name" : "BoZoN" ,
"id" : "bozon" ,
2016-05-15 14:04:52 +02:00
"packaging_format" : 1 ,
2016-03-23 19:30:43 +01:00
"description" : {
"en" : "Minimalist Drag & drop file sharing app" ,
"fr" : "Application minimaliste de partage de fichiers"
} ,
2019-11-18 08:58:18 +01:00
"url" : "https://github.com/broncowdd/BoZoN" ,
2017-12-17 09:59:28 +01:00
"license" : "AGPL-3.0" ,
2020-01-05 21:06:50 +01:00
"version" : "2.4.18~ynh1" ,
2016-05-15 14:04:52 +02:00
"maintainer" : {
2016-03-23 19:30:43 +01:00
"name" : "ewilly" ,
"email" : "ewilly@neuf.fr"
} ,
2016-05-15 14:04:52 +02:00
"requirements" : {
2020-11-29 14:17:28 +01:00
"yunohost" : ">= 3.8.1"
2016-05-15 14:04:52 +02:00
} ,
2017-01-17 18:49:42 +01:00
"multi_instance" : false ,
2016-03-23 19:30:43 +01:00
"services" : [
"nginx" ,
2019-11-18 10:23:03 +01:00
"php7.0-fpm"
2016-03-23 19:30:43 +01:00
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
"ask" : {
"en" : "Choose a domain for BoZoN" ,
"fr" : "Choisissez un domaine pour BoZoN"
} ,
"example" : "domain.org"
} ,
{
"name" : "path" ,
"type" : "path" ,
"ask" : {
"en" : "Choose a path for BoZoN" ,
"fr" : "Choisissez un chemin pour BoZoN"
} ,
"example" : "/bozon" ,
"default" : "/bozon"
} ,
{
2016-05-23 21:40:55 +02:00
"name" : "is_public" ,
2017-07-03 21:07:56 +02:00
"type" : "boolean" ,
2016-03-23 19:30:43 +01:00
"ask" : {
2020-11-29 14:17:28 +01:00
"en" : "Should this application be public? (if not, sharing file with unregistered users will still work)" ,
2016-04-21 19:50:45 +02:00
"fr" : "Est-ce que cette application doit être visible publiquement ? (dans le cas contraire, le partage de fichiers avec des utilisateurs externes fonctionnera tout de même)"
2016-03-23 19:30:43 +01:00
} ,
2017-07-03 21:07:56 +02:00
"default" : false
2016-03-23 19:30:43 +01:00
} ,
2016-04-20 22:15:16 +02:00
{
"name" : "admin" ,
"type" : "user" ,
"ask" : {
"en" : "Choose an admin user for BoZoN" ,
"fr" : "Choisissez un administrateur pour BoZoN"
} ,
"example" : "homer"
} ,
{
"name" : "password" ,
"type" : "password" ,
"ask" : {
"en" : "Choose an admin password for BoZoN" ,
"fr" : "Choisissez un mot de passe administrateur pour BoZoN"
} ,
"example" : "super_secret_password"
2017-07-03 21:07:56 +02:00
} ,
{
"name" : "backup_core_only" ,
"type" : "boolean" ,
"ask" : {
2020-11-29 14:17:28 +01:00
"en" : "When backing up, should only the core of the app be backed up? (uploaded files to BoZoN such as videos, pictures, documents, etc. will not be backed up)" ,
2020-07-14 11:08:52 +02:00
"fr" : "En cas de sauvegarde, doit-être uniquement sauvegardé le cœur de l'application ? (les fichiers transférés dans BoZoN tels que les vidéos, images, documents, etc. ne seront pas sauvegardés)"
2017-07-03 21:07:56 +02:00
} ,
"default" : true
2016-03-23 19:30:43 +01:00
}
]
}
}