diff --git a/manifest.json b/manifest.json index 8cdd833..efb6ac0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { - "name": "COPS", - "id": "cops", + "name": "Framagames", + "id": "framagames", "packaging_format": 1, "description": { - "en": "Calibre OPDS (and HTML) PHP Server", - "fr": "Calibre OPDS (et HTML) PHP Serveur" + "en": "Set of games Framagames from Framasoft", + "fr": "Ensemble de jeux Framagames venant de Framasoft" }, - "url": "https://github.com/YunoHost-Apps/cops_ynh", + "url": "https://github.com/YunoHost-Apps/framagames_ynh", "license": "free", "maintainer": { "name": "polytan02", @@ -26,8 +26,8 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain for COPS library", - "fr": "Choisissez un domaine pour votre bibliotheque COPS" + "en": "Choose a domain for your framagames", + "fr": "Choisissez un domaine pour vos framagames" }, "example": "domain.tld" }, @@ -35,29 +35,11 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path to access your COPS library", - "fr": "Choisissez un chemin pour acceder a votre bibliotheque COPS" + "en": "Choose a path to access your framagames", + "fr": "Choisissez un chemin pour acceder a vos framagames" }, - "example": "/cops", - "default": "/cops" - }, - { - "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": "runninguser", - "ask": { - "en": "Which system user is managing the Calibre folder ?", - "fr": "Quel utilisateur système gère le dossier Calibre ?" - }, - "choices": ["www-data", "owncloud", "nextcloud"], - "default": "www-data" + "example": "/framagames", + "default": "/framagames" }, { "name": "is_public", @@ -67,34 +49,6 @@ }, "choices": ["Yes", "No"], "default": "Yes" - }, - { - "name": "basicauthcreate", - "ask": { - "en": "Create a basic auth access (only taken into account for a Public app) ? This is required if the app is public so that ereaders to access the OPDS server, for example", - "fr": "Créer un accès par authentification basique (Uniquement pris en compte pour une app Publique) ? Ceci est requis si votre bibliothèque est publique et que vous voulez accéder au serveur OPDS avec votre liseuse ou application mobile" - }, - "choices": ["Yes", "No"], - "default": "Yes" - }, - { - "name": "basicauthname", - "ask": { - "en": "Choose the login name to access the OPDS/HTML server (UNRELATED to YunoHost users)", - "fr": "Indiquez le nom d'utilisateur pour accéder au serveur OPDS/HTML (NON lié lié aux utilisateurs YunoHost)" - }, - "example": "Gutenberg", - "default": "Gutenberg" - }, - { - "name": "basicauthpass", - "type": "password", - "ask": { - "en": "Choose the password to access the OPDS/HTML server", - "fr": "Renseignez le mot de passe pour accéder au serveur OPDS/HTML" - }, - "example": "knowledge is power", - "default": "knowledge is power" } ] }