mirror of
https://github.com/YunoHost-Apps/jirafeau_ynh.git
synced 2024-09-03 19:35:53 +02:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "Jirafeau",
|
|
"id": "jirafeau",
|
|
"description": {
|
|
"en": "Upload a file in a simple way and give an unique link to it"
|
|
},
|
|
"developer": {
|
|
"name": "julien",
|
|
"email": "julien.malik@paraiso.me",
|
|
"url": "https://gitorious.org/jirafeau"
|
|
},
|
|
"multi_instance": "false",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Jirafeau"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Jirafeau"
|
|
},
|
|
"example": "/jirafeau",
|
|
"default": "/jirafeau"
|
|
},
|
|
{
|
|
"name": "admin_user",
|
|
"ask": {
|
|
"en": "Choose an admin user (will be able to access admin.php page)"
|
|
},
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "upload_password",
|
|
"ask": {
|
|
"en": "Set the password granting upload permissions (leave empty to allow anybody to upload)"
|
|
},
|
|
"example": "supersecretpassword"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"ask": {
|
|
"en": "Is it a public Jirafeau site ?"
|
|
},
|
|
"choices": ["Yes", "No"],
|
|
"default": "Yes"
|
|
}
|
|
]
|
|
}
|
|
}
|