mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
69 lines
2.2 KiB
JSON
69 lines
2.2 KiB
JSON
{
|
|
"name": "COPS",
|
|
"id": "cops",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Calibre OPDS (and HTML) PHP Server",
|
|
"fr": "Calibre OPDS (et HTML) PHP Serveur"
|
|
},
|
|
"version": "1.1.3~ynh1",
|
|
"url": "https://blog.slucas.fr/projects/calibre-opds-php-server/",
|
|
"upstream": {
|
|
"license": "GPL-2.0",
|
|
"website": "https://blog.slucas.fr/projects/calibre-opds-php-server/",
|
|
"demo": "http://cops-demo.slucas.fr/index.php",
|
|
"code": "https://github.com/seblucas/cops"
|
|
},
|
|
"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"
|
|
},
|
|
{
|
|
"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",
|
|
"type": "string",
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|