2014-10-20 16:55:53 +00:00
|
|
|
{
|
2022-07-27 08:00:43 +00:00
|
|
|
"name": "garage_ynh",
|
|
|
|
"id": "garage",
|
2016-04-28 15:53:17 +00:00
|
|
|
"packaging_format": 1,
|
2014-10-20 16:55:53 +00:00
|
|
|
"description": {
|
2022-07-27 08:00:43 +00:00
|
|
|
"en": "S3 storage",
|
|
|
|
"fr": "stockage S3"
|
2014-10-20 16:55:53 +00:00
|
|
|
},
|
2022-10-09 15:06:17 +00:00
|
|
|
"version": "0.7.3~ynh2",
|
2022-07-27 08:00:43 +00:00
|
|
|
"url": "https://garagehq.deuxfleurs.fr/",
|
2021-04-23 17:53:38 +00:00
|
|
|
"upstream": {
|
|
|
|
"license": "free",
|
2022-07-27 08:00:43 +00:00
|
|
|
"website": "https://garagehq.deuxfleurs.fr/",
|
|
|
|
"admindoc": "https://garagehq.deuxfleurs.fr/documentation/quick-start/",
|
|
|
|
"userdoc": "https://garagehq.deuxfleurs.fr/documentation/quick-start/",
|
|
|
|
"code": "https://git.deuxfleurs.fr/Deuxfleurs/garage"
|
2021-04-23 17:53:38 +00:00
|
|
|
},
|
2022-07-30 12:02:57 +00:00
|
|
|
"services": [],
|
|
|
|
"license": "AGPL-3.0-only",
|
2015-06-22 10:40:00 +00:00
|
|
|
"maintainer": {
|
2022-07-27 08:00:43 +00:00
|
|
|
"name": "oiseauroch",
|
|
|
|
"email": "tobias.ollive@oiseauroch.fr."
|
2014-10-20 16:55:53 +00:00
|
|
|
},
|
2016-04-26 14:05:50 +00:00
|
|
|
"requirements": {
|
2021-11-16 21:33:46 +00:00
|
|
|
"yunohost": ">= 4.3.0"
|
2016-04-26 14:05:50 +00:00
|
|
|
},
|
2022-07-27 08:00:43 +00:00
|
|
|
"multi_instance": false,
|
2014-10-20 16:55:53 +00:00
|
|
|
"arguments": {
|
2022-06-06 06:51:23 +00:00
|
|
|
"install": [
|
2014-10-20 16:55:53 +00:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-09-25 17:07:55 +00:00
|
|
|
"type": "domain"
|
2022-07-30 12:02:57 +00:00
|
|
|
},
|
|
|
|
{
|
2022-10-06 07:46:45 +00:00
|
|
|
"name":"rpc_secret",
|
2022-07-30 12:02:57 +00:00
|
|
|
"type":"string",
|
|
|
|
"ask": {
|
|
|
|
"en": "UUID of the network (rpc-secret) ",
|
|
|
|
"fr": "UUID de l'ilot (rpc-secret)"
|
|
|
|
},
|
|
|
|
"optional": true,
|
|
|
|
"example": "1799bccfd7411eddcf9ebd316bc1f5287ad12a68094e1c6ac6abde7e6feae1ec"
|
|
|
|
},
|
|
|
|
{
|
2022-10-06 07:46:45 +00:00
|
|
|
"name": "bootstrap_peers",
|
2022-07-30 12:02:57 +00:00
|
|
|
"type": "string",
|
|
|
|
"example": "1799bccfd7411eddcf9ebd316bc1f5287ad12a68094e1c6ac6abde7e6feae1ec@127.0.0.1:3901",
|
|
|
|
"optional": true,
|
|
|
|
"ask": {
|
|
|
|
"en": "friend server id",
|
|
|
|
"fr": "serveur ami"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "weight",
|
2022-10-06 07:46:45 +00:00
|
|
|
"type": "string",
|
2022-07-30 12:02:57 +00:00
|
|
|
"ask": {
|
|
|
|
"en": "number of G to allow",
|
|
|
|
"fr": "nombre de G à allouer"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "datadir",
|
|
|
|
"type": "string",
|
|
|
|
"default": "/home/yunohost.app/__APP_NAME__/data",
|
|
|
|
"exemple": "/opt/yunohost/garage/data",
|
|
|
|
"ask" : {
|
|
|
|
"en" : "data location",
|
|
|
|
"fr": "dossier de stockage des données"
|
|
|
|
}
|
2022-10-09 15:16:24 +00:00
|
|
|
},
|
2022-10-09 15:01:18 +00:00
|
|
|
{
|
2022-10-09 15:24:15 +00:00
|
|
|
"name": "virtualisation",
|
2022-10-09 15:01:18 +00:00
|
|
|
"type": "boolean",
|
|
|
|
"default": "true",
|
|
|
|
"exemple": "false",
|
|
|
|
"ask" : {
|
|
|
|
"en" : "use virtual disk to constrain data size",
|
|
|
|
"fr": "utiliser un disque virtuel pour limiter la taille des données"
|
|
|
|
}
|
|
|
|
}
|
2014-10-20 16:55:53 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|