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:
parent
9b677ebfdc
commit
18c6931924
1 changed files with 11 additions and 57 deletions
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "COPS",
|
"name": "Framagames",
|
||||||
"id": "cops",
|
"id": "framagames",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Calibre OPDS (and HTML) PHP Server",
|
"en": "Set of games Framagames from Framasoft",
|
||||||
"fr": "Calibre OPDS (et HTML) PHP Serveur"
|
"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",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "polytan02",
|
"name": "polytan02",
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain for COPS library",
|
"en": "Choose a domain for your framagames",
|
||||||
"fr": "Choisissez un domaine pour votre bibliotheque COPS"
|
"fr": "Choisissez un domaine pour vos framagames"
|
||||||
},
|
},
|
||||||
"example": "domain.tld"
|
"example": "domain.tld"
|
||||||
},
|
},
|
||||||
|
@ -35,29 +35,11 @@
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path to access your COPS library",
|
"en": "Choose a path to access your framagames",
|
||||||
"fr": "Choisissez un chemin pour acceder a votre bibliotheque COPS"
|
"fr": "Choisissez un chemin pour acceder a vos framagames"
|
||||||
},
|
},
|
||||||
"example": "/cops",
|
"example": "/framagames",
|
||||||
"default": "/cops"
|
"default": "/framagames"
|
||||||
},
|
|
||||||
{
|
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
@ -67,34 +49,6 @@
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
"default": "Yes"
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue