{ "name": "COPS", "id": "cops", "packaging_format": 1, "description": { "en": "Calibre OPDS (and HTML) PHP Server", "fr": "Calibre OPDS (et HTML) PHP Serveur" }, "url": "https://github.com/YunoHost-Apps/cops_ynh", "license": "GPL-2.0", "maintainer": { "name": "polytan02", "email": "polytan02@mcgva.org" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "requirements": { "yunohost": ">= 4.2.0" }, "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "domain.tld" }, { "name": "path", "type": "path", "example": "/cops", "default": "/cops" }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en"], "default": "fr" }, { "name": "calibre", "ask": { "en": "Indicate the location of Calibre library. DON'T store it in your /var/www/cops or it will be removed on next upgrade !!", "fr": "Indiquez le chemin de votre bibliotheque Calibre. Ne la mettez pas dans /var/www/cops ou elle sera supprimée à la prochaine upgrade !!!" }, "example": "/home/yunohost.app/owncloud/data/johndoe/files/eBooks", "default": "/home/yunohost.app/owncloud/data/johndoe/files/eBooks" }, { "name": "is_public", "type": "boolean", "default": true } ] } }