2016-12-21 18:31:37 +01:00
{
"name" : "COPS" ,
2016-12-22 01:00:35 +01:00
"id" : "cops" ,
2016-12-21 18:31:37 +01:00
"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" ,
2021-08-04 12:23:13 +02:00
"license" : "GPL-2.0" ,
2016-12-21 18:31:37 +01:00
"maintainer" : {
"name" : "polytan02" ,
"email" : "polytan02@mcgva.org"
} ,
"multi_instance" : true ,
"services" : [
"nginx" ,
2021-08-04 12:23:13 +02:00
"php7.3-fpm"
2016-12-21 18:31:37 +01:00
] ,
"requirements" : {
2021-08-04 12:23:13 +02:00
"yunohost" : ">= 4.2.0"
2016-12-21 18:31:37 +01:00
} ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
2016-12-23 18:54:37 +01:00
"example" : "domain.tld"
2016-12-21 18:31:37 +01:00
} ,
{
"name" : "path" ,
"type" : "path" ,
2016-12-23 22:30:02 +01:00
"example" : "/cops" ,
"default" : "/cops"
2016-12-22 03:42:11 +01:00
} ,
{
2016-12-23 23:02:50 +01:00
"name" : "calibre" ,
2016-12-22 03:42:11 +01:00
"ask" : {
2016-12-22 14:19:29 +01:00
"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 !!!"
2016-12-22 03:42:11 +01:00
} ,
2016-12-22 14:19:29 +01:00
"example" : "/home/yunohost.app/owncloud/data/johndoe/files/eBooks" ,
"default" : "/home/yunohost.app/owncloud/data/johndoe/files/eBooks"
2016-12-22 03:42:11 +01:00
} ,
2016-12-21 18:31:37 +01:00
{
"name" : "is_public" ,
2021-08-04 12:23:13 +02:00
"type" : "boolean" ,
"default" : true
2016-12-22 13:01:20 +01:00
} ,
2021-08-04 12:23:13 +02:00
{
2016-12-22 13:01:20 +01:00
"name" : "basicauthcreate" ,
"ask" : {
2016-12-24 11:09:31 +01:00
"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"
2016-12-22 13:01:20 +01:00
} ,
"choices" : [ "Yes" , "No" ] ,
"default" : "Yes"
} ,
{
2016-12-23 23:55:35 +01:00
"name" : "basicauthname" ,
2016-12-22 13:01:20 +01:00
"ask" : {
2016-12-24 00:27:40 +01:00
"en" : "Choose the login name to access the OPDS/HTML server (UNRELATED to YunoHost users)" ,
2016-12-23 22:36:05 +01:00
"fr" : "Indiquez le nom d'utilisateur pour accéder au serveur OPDS/HTML (NON lié lié aux utilisateurs YunoHost)"
2016-12-22 13:01:20 +01:00
} ,
"example" : "Gutenberg" ,
"default" : "Gutenberg"
} ,
{
"name" : "basicauthpass" ,
2021-08-04 12:23:13 +02:00
"type" : "password" ,
2016-12-22 13:01:20 +01:00
"ask" : {
"en" : "Choose the password to access the OPDS/HTML server" ,
"fr" : "Renseignez le mot de passe pour accéder au serveur OPDS/HTML"
} ,
2021-08-04 12:23:13 +02:00
"example" : "knowledge is power" ,
2016-12-22 13:01:20 +01:00
"default" : "knowledge is power"
2016-12-21 18:31:37 +01:00
}
]
}
}