1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00

Update manifest for Yunohost 2.4

Compliant with package_linter
This commit is contained in:
polytan02 2016-12-24 11:30:46 +00:00
parent 9b677ebfdc
commit 18c6931924

View file

@ -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"
}
]
}