garage_ynh/manifest.json

75 lines
2.3 KiB
JSON
Raw Normal View History

2014-10-20 18:55:53 +02:00
{
2022-07-27 10:00:43 +02:00
"name": "garage_ynh",
"id": "garage",
2016-04-28 17:53:17 +02:00
"packaging_format": 1,
2014-10-20 18:55:53 +02:00
"description": {
2022-07-27 10:00:43 +02:00
"en": "S3 storage",
"fr": "stockage S3"
2014-10-20 18:55:53 +02:00
},
2022-10-06 09:46:45 +02:00
"version": "0.7.3~ynh1",
2022-07-27 10:00:43 +02:00
"url": "https://garagehq.deuxfleurs.fr/",
"upstream": {
2022-10-13 15:30:48 +02:00
"license": "AGPL-3.0-only",
2022-07-27 10:00:43 +02: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"
},
2022-07-30 14:02:57 +02:00
"services": [],
"license": "AGPL-3.0-only",
2015-06-22 12:40:00 +02:00
"maintainer": {
2022-07-27 10:00:43 +02:00
"name": "oiseauroch",
"email": "tobias.ollive@oiseauroch.fr."
2014-10-20 18:55:53 +02:00
},
"requirements": {
2021-11-16 22:33:46 +01:00
"yunohost": ">= 4.3.0"
},
2022-07-27 10:00:43 +02:00
"multi_instance": false,
2014-10-20 18:55:53 +02:00
"arguments": {
2022-06-06 08:51:23 +02:00
"install": [
2014-10-20 18:55:53 +02:00
{
"name": "domain",
2021-09-25 19:07:55 +02:00
"type": "domain"
2022-07-30 14:02:57 +02:00
},
{
2022-10-06 09:46:45 +02:00
"name":"rpc_secret",
2022-07-30 14:02:57 +02: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 09:46:45 +02:00
"name": "bootstrap_peers",
2022-07-30 14:02:57 +02: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 09:46:45 +02:00
"type": "string",
2022-07-30 14:02:57 +02: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"
}
2014-10-20 18:55:53 +02:00
}
]
}
}