diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 78d9510..0000000 --- a/manifest.json +++ /dev/null @@ -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" - } - } - ] - } -}