2014-01-13 13:50:38 +01:00
{
2017-09-28 18:02:10 +02:00
"name" : "Jirafeau" ,
"id" : "jirafeau" ,
"packaging_format" : 1 ,
"description" : {
"en" : "Upload a file in a simple way and give a unique link to it" ,
"fr" : "Hébergez simplement un fichier et partagez-le avec un lien unique"
} ,
2021-04-11 18:58:39 +02:00
"version" : "4.3.0~ynh2" ,
2017-09-28 18:02:10 +02:00
"url" : "https://gitlab.com/mojo42/Jirafeau" ,
2021-11-04 20:15:49 +01:00
"upstream" : {
"license" : "AGPL-3.0-only" ,
"website" : "https://gitlab.com/mojo42/Jirafeau" ,
"demo" : "https://demo.yunohost.org/jirafeau/" ,
"code" : "https://gitlab.com/mojo42/Jirafeau"
} ,
2018-05-27 13:07:09 +02:00
"license" : "AGPL-3.0-only" ,
2017-09-28 18:02:10 +02:00
"maintainer" : {
"name" : "julien" ,
"email" : "julien.malik@paraiso.me"
} ,
2019-02-13 21:20:35 +01:00
"requirements" : {
2021-11-04 20:15:49 +01:00
"yunohost" : ">= 4.2.4"
2019-02-13 21:20:35 +01:00
} ,
2017-09-28 18:02:10 +02:00
"multi_instance" : false ,
"services" : [
"nginx" ,
2021-02-14 11:27:24 +01:00
"php7.3-fpm"
2017-09-28 18:02:10 +02:00
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
2021-11-04 20:15:49 +01:00
"type" : "domain"
2017-09-28 18:02:10 +02:00
} ,
{
"name" : "path" ,
"type" : "path" ,
"example" : "/jirafeau" ,
"default" : "/jirafeau"
} ,
{
"name" : "admin_user" ,
"type" : "user" ,
"ask" : {
"en" : "Choose an admin user (will be able to access admin.php page)" ,
"fr" : "Choisissez l'administrateur (seul autorisé à accéder à la page admin.php)"
2021-11-04 20:15:49 +01:00
}
2017-09-28 18:02:10 +02:00
} ,
{
"name" : "upload_password" ,
"type" : "password" ,
2019-04-02 18:19:29 +02:00
"optional" : true ,
2017-09-28 18:02:10 +02:00
"ask" : {
2021-11-04 20:15:49 +01:00
"en" : "Set the password granting upload permissions (leave empty to allow anybody to upload). Please avoid using ' (quotes) in the password as it will fail the app..." ,
"fr" : "Définissez le mot de passe permettant l'accès à l'envoi de fichiers (laissez vide pour autoriser tout le monde). Veuillez éviter d'utiliser ' (guillemets) dans le mot de passe car cela fera échouer l'application..."
}
2017-09-28 18:02:10 +02:00
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"default" : true
}
]
}
2014-01-13 13:50:38 +01:00
}