1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
bozon_ynh/manifest.json

84 lines
2.9 KiB
JSON
Raw Normal View History

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",
"version": "2.4.18",
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": {
2019-11-18 08:58:18 +01:00
"yunohost": ">= 3.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",
"type": "boolean",
2016-03-23 19:30:43 +01:00
"ask": {
2017-07-25 19:51:49 +02: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
},
"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"
},
{
"name": "backup_core_only",
"type": "boolean",
"ask": {
2017-07-25 19:51:49 +02:00
"en": "In a case of backup should I only backup the core of the app ? (your uploaded datas to BoZoN as videos, pictures, documents, etc. will not be backuped)",
"fr": "En cas de sauvegarde dois-je seulement sauvegarder le coeur de l'application ? (les fichiers transférés dans BoZoN tels que les vidéos, images, documents, etc. ne seront pas sauvegardés)"
},
"default": true
2016-03-23 19:30:43 +01:00
}
]
}
}