mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
Manifest.json not needed anymore...
This commit is contained in:
parent
f11c7b2e9e
commit
3103ccefab
1 changed files with 0 additions and 74 deletions
|
@ -1,74 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Garage",
|
|
||||||
"id": "garage",
|
|
||||||
"packaging_format": 1,
|
|
||||||
"description": {
|
|
||||||
"en": "S3 storage",
|
|
||||||
"fr": "stockage S3"
|
|
||||||
},
|
|
||||||
"version": "0.8.2~ynh1",
|
|
||||||
"url": "https://garagehq.deuxfleurs.fr/",
|
|
||||||
"upstream": {
|
|
||||||
"license": "AGPL-3.0-only",
|
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"services": [],
|
|
||||||
"license": "AGPL-3.0-only",
|
|
||||||
"maintainer": {
|
|
||||||
"name": "oiseauroch",
|
|
||||||
"email": "tobias.ollive@oiseauroch.fr."
|
|
||||||
},
|
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">= 4.3.0"
|
|
||||||
},
|
|
||||||
"multi_instance": true,
|
|
||||||
"arguments": {
|
|
||||||
"install": [
|
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name":"rpc_secret",
|
|
||||||
"type":"string",
|
|
||||||
"ask": {
|
|
||||||
"en": "UUID of the network (rpc-secret) ",
|
|
||||||
"fr": "UUID de l'ilot (rpc-secret)"
|
|
||||||
},
|
|
||||||
"optional": true,
|
|
||||||
"example": "1799bccfd7411eddcf9ebd316bc1f5287ad12a68094e1c6ac6abde7e6feae1ec"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "bootstrap_peers",
|
|
||||||
"type": "string",
|
|
||||||
"example": "1799bccfd7411eddcf9ebd316bc1f5287ad12a68094e1c6ac6abde7e6feae1ec@127.0.0.1:3901",
|
|
||||||
"optional": true,
|
|
||||||
"ask": {
|
|
||||||
"en": "friend server id",
|
|
||||||
"fr": "serveur ami"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "weight",
|
|
||||||
"type": "string",
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue